Html Css Color HEX #1F4ABF Cerulean Blue

📋 copy color: '#1F4ABF'

red 31 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #1F4ABF

Tints of Cerulean Blue #1F4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 10.47%
G = 25%
B = 64.53%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F4ABF (or 0x1F4ABF) is known color: Cerulean Blue. HEX triplet: 1F, 4A and BF. RGB value is (31,74,191). Sum of RGB (Red+Green+Blue) = 31+74+191=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ABF is #E0B540. Grayscale: #494949. Windows color (decimal): -14726465 or 12536351. OLE color: 12536351.

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

Color convert

RGB 31 74 191 -
CMYK 0.84 0.61 0 0.25
HSL 223.88º 0.72% 0.44% -
HSV(B) 223.88º 0.84% 0.75% -
XYZ 12.42 8.95 50.36 -
YUV 74.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 31 74 191 0.84 0.61 0 0.25 223.88 0.72 0.44
Hex 1F 4A BF 54 3D 0 19 E0 48 2C
Octal 37 112 277 124 75 0 31 340 110 54
Binary 11111 1001010 10111111 1010100 111101 0 11001 11100000 1001000 101100

Color Harmonies of #1F4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4ABF

Black with #1F4ABF

Text Example


Text Example

White with #1F4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,191); }

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

background-color css

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

 a { background-color: rgb(31,74,191); }

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

border-color css

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

 span { border-color: rgb(31,74,191); }

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