Html Css Color HEX #1F46CB Cerulean Blue

📋 copy color: '#1F46CB'

red 31 ◦ green 70 ◦ blue 203

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

Shades of Cerulean Blue #1F46CB

Tints of Cerulean Blue #1F46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 10.2%
G = 23.03%
B = 66.78%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F46CB (or 0x1F46CB) is known color: Cerulean Blue. HEX triplet: 1F, 46 and CB. RGB value is (31,70,203). Sum of RGB (Red+Green+Blue) = 31+70+203=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46CB is #E0B934. Grayscale: #484848. Windows color (decimal): -14727477 or 13321759. OLE color: 13321759.

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

Color convert

RGB 31 70 203 -
CMYK 0.85 0.66 0 0.20
HSL 226.4º 0.74% 0.46% -
HSV(B) 226.4º 0.85% 0.8% -
XYZ 13.53 8.98 57.52 -
YUV 73.5 201.08 97.69 -
System Red Green Blue C M Y K H S L
Decimal 31 70 203 0.85 0.66 0 0.20 226.4 0.74 0.46
Hex 1F 46 CB 55 42 0 14 E2 4A 2E
Octal 37 106 313 125 102 0 24 342 112 56
Binary 11111 1000110 11001011 1010101 1000010 0 10100 11100010 1001010 101110

Color Harmonies of #1F46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46CB

Black with #1F46CB

Text Example


Text Example

White with #1F46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,203); }

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

background-color css

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

 a { background-color: rgb(31,70,203); }

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

border-color css

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

 span { border-color: rgb(31,70,203); }

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