Html Css Color HEX #3370FE Royal Blue

📋 copy color: '#3370FE'

red 51 ◦ green 112 ◦ blue 254

#3370FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3370FE

Tints of Royal Blue #3370FE

RGB

 RED value IS 51 (20.31% from 255) = 12.23%

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 12.23%
G = 26.86%
B = 60.91%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3370FE (or 0x3370FE) is known color: Royal Blue. HEX triplet: 33, 70 and FE. RGB value is (51,112,254). Sum of RGB (Red+Green+Blue) = 51+112+254=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #3370FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3370FE is #CC8F01. Grayscale: #6D6D6D. Windows color (decimal): -13405954 or 16674867. OLE color: 16674867.

HSL color Cylindrical-coordinate representation of color #3370FE: hue angle of 221.97º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3370FE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 112 254 -
CMYK 0.80 0.56 0 0.00
HSL 221.97º 0.99% 0.6% -
HSV(B) 221.97º 0.8% 1% -
XYZ 25.05 19.45 96.2 -
YUV 109.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 51 112 254 0.80 0.56 0 0.00 221.97 0.99 0.6
Hex 33 70 FE 50 38 0 0 DE 63 3C
Octal 63 160 376 120 70 0 0 336 143 74
Binary 110011 1110000 11111110 1010000 111000 0 0 11011110 1100011 111100

Color Harmonies of #3370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370FE

Black with #3370FE

Text Example


Text Example

White with #3370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3370FE; }

 p { color: rgb(51,112,254); }

 H1.HeaderClassName
 {
   color: #3370FE;
 }
 .AnyTagClassName
 {
   color: #3370FE;
 }
</style>

background-color css

<style>
 a { background-color: #3370FE; }

 a { background-color: rgb(51,112,254); }

 div.DivClassName
 {
   background-color: #3370FE;
 }
 .BgClassName
 {
   background-color: #3370FE;
 }
</style>

border-color css

<style>
 span { border-color: #3370FE; }

 span { border-color: rgb(51,112,254); }

 td.TdClassName
 {
   border-color: #3370FE;
 }
 .TagClassName
 {
   border-color: #3370FE;
 }
</style>