Html Css Color HEX #1F47BE Cerulean Blue

📋 copy color: '#1F47BE'

red 31 ◦ green 71 ◦ blue 190

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

Shades of Cerulean Blue #1F47BE

Tints of Cerulean Blue #1F47BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 10.62%
G = 24.32%
B = 65.07%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F47BE (or 0x1F47BE) is known color: Cerulean Blue. HEX triplet: 1F, 47 and BE. RGB value is (31,71,190). Sum of RGB (Red+Green+Blue) = 31+71+190=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F47BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47BE is #E0B841. Grayscale: #484848. Windows color (decimal): -14727234 or 12470047. OLE color: 12470047.

HSL color Cylindrical-coordinate representation of color #1F47BE: hue angle of 224.91º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F47BE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 71 190 -
CMYK 0.84 0.63 0 0.25
HSL 224.91º 0.72% 0.43% -
HSV(B) 224.91º 0.84% 0.75% -
XYZ 12.11 8.52 49.72 -
YUV 72.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 31 71 190 0.84 0.63 0 0.25 224.91 0.72 0.43
Hex 1F 47 BE 54 3F 0 19 E1 48 2B
Octal 37 107 276 124 77 0 31 341 110 53
Binary 11111 1000111 10111110 1010100 111111 0 11001 11100001 1001000 101011

Color Harmonies of #1F47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F47BE

Black with #1F47BE

Text Example


Text Example

White with #1F47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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