Html Css Color HEX #1F47D0 Cerulean Blue

📋 copy color: '#1F47D0'

red 31 ◦ green 71 ◦ blue 208

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

Shades of Cerulean Blue #1F47D0

Tints of Cerulean Blue #1F47D0

RGB

 RED value IS 31 (12.5% from 255) = 10%

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 208 (81.64% from 255) = 67.1%

R = 10%
G = 22.9%
B = 67.1%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1F47D0 (or 0x1F47D0) is known color: Cerulean Blue. HEX triplet: 1F, 47 and D0. RGB value is (31,71,208). Sum of RGB (Red+Green+Blue) = 31+71+208=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F47D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47D0 is #E0B82F. Grayscale: #4A4A4A. Windows color (decimal): -14727216 or 13649695. OLE color: 13649695.

HSL color Cylindrical-coordinate representation of color #1F47D0: hue angle of 226.44º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F47D0 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 71 208 -
CMYK 0.85 0.66 0 0.18
HSL 226.44º 0.74% 0.47% -
HSV(B) 226.44º 0.85% 0.82% -
XYZ 14.2 9.35 60.73 -
YUV 74.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 31 71 208 0.85 0.66 0 0.18 226.44 0.74 0.47
Hex 1F 47 D0 55 42 0 12 E2 4A 2F
Octal 37 107 320 125 102 0 22 342 112 57
Binary 11111 1000111 11010000 1010101 1000010 0 10010 11100010 1001010 101111

Color Harmonies of #1F47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F47D0

Black with #1F47D0

Text Example


Text Example

White with #1F47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F47D0; }

 p { color: rgb(31,71,208); }

 H1.HeaderClassName
 {
   color: #1F47D0;
 }
 .AnyTagClassName
 {
   color: #1F47D0;
 }
</style>

background-color css

<style>
 a { background-color: #1F47D0; }

 a { background-color: rgb(31,71,208); }

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

border-color css

<style>
 span { border-color: #1F47D0; }

 span { border-color: rgb(31,71,208); }

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