Html Css Color HEX #1F46CF Cerulean Blue

📋 copy color: '#1F46CF'

red 31 ◦ green 70 ◦ blue 207

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

Shades of Cerulean Blue #1F46CF

Tints of Cerulean Blue #1F46CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 10.06%
G = 22.73%
B = 67.21%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F46CF (or 0x1F46CF) is known color: Cerulean Blue. HEX triplet: 1F, 46 and CF. RGB value is (31,70,207). Sum of RGB (Red+Green+Blue) = 31+70+207=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F46CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46CF is #E0B930. Grayscale: #494949. Windows color (decimal): -14727473 or 13583903. OLE color: 13583903.

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

Color convert

RGB 31 70 207 -
CMYK 0.85 0.66 0 0.19
HSL 226.7º 0.74% 0.47% -
HSV(B) 226.7º 0.85% 0.81% -
XYZ 14.02 9.18 60.06 -
YUV 73.96 203.08 97.36 -
System Red Green Blue C M Y K H S L
Decimal 31 70 207 0.85 0.66 0 0.19 226.7 0.74 0.47
Hex 1F 46 CF 55 42 0 13 E3 4A 2F
Octal 37 106 317 125 102 0 23 343 112 57
Binary 11111 1000110 11001111 1010101 1000010 0 10011 11100011 1001010 101111

Color Harmonies of #1F46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46CF

Black with #1F46CF

Text Example


Text Example

White with #1F46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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