Html Css Color HEX #3370FA Royal Blue

📋 copy color: '#3370FA'

red 51 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #3370FA

Tints of Royal Blue #3370FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 12.35%
G = 27.12%
B = 60.53%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3370FA (or 0x3370FA) is known color: Royal Blue. HEX triplet: 33, 70 and FA. RGB value is (51,112,250). Sum of RGB (Red+Green+Blue) = 51+112+250=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #3370FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3370FA is #CC8F05. Grayscale: #6C6C6C. Windows color (decimal): -13405958 or 16412723. OLE color: 16412723.

HSL color Cylindrical-coordinate representation of color #3370FA: hue angle of 221.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3370FA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 112 250 -
CMYK 0.80 0.55 0 0.02
HSL 221.61º 0.95% 0.59% -
HSV(B) 221.61º 0.8% 0.98% -
XYZ 24.41 19.19 92.86 -
YUV 109.49 207.29 86.28 -
System Red Green Blue C M Y K H S L
Decimal 51 112 250 0.80 0.55 0 0.02 221.61 0.95 0.59
Hex 33 70 FA 50 37 0 2 DE 5F 3B
Octal 63 160 372 120 67 0 2 336 137 73
Binary 110011 1110000 11111010 1010000 110111 0 10 11011110 1011111 111011

Color Harmonies of #3370FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370FA

Black with #3370FA

Text Example


Text Example

White with #3370FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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