Html Css Color HEX #1F52BF Cerulean Blue

📋 copy color: '#1F52BF'

red 31 ◦ green 82 ◦ blue 191

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

Shades of Cerulean Blue #1F52BF

Tints of Cerulean Blue #1F52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 10.2%
G = 26.97%
B = 62.83%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F52BF (or 0x1F52BF) is known color: Cerulean Blue. HEX triplet: 1F, 52 and BF. RGB value is (31,82,191). Sum of RGB (Red+Green+Blue) = 31+82+191=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F52BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F52BF is #E0AD40. Grayscale: #4E4E4E. Windows color (decimal): -14724417 or 12538399. OLE color: 12538399.

HSL color Cylindrical-coordinate representation of color #1F52BF: hue angle of 220.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 #1F52BF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 82 191 -
CMYK 0.84 0.57 0 0.25
HSL 220.88º 0.72% 0.44% -
HSV(B) 220.88º 0.84% 0.75% -
XYZ 12.99 10.09 50.55 -
YUV 79.18 191.1 93.64 -
System Red Green Blue C M Y K H S L
Decimal 31 82 191 0.84 0.57 0 0.25 220.88 0.72 0.44
Hex 1F 52 BF 54 39 0 19 DD 48 2C
Octal 37 122 277 124 71 0 31 335 110 54
Binary 11111 1010010 10111111 1010100 111001 0 11001 11011101 1001000 101100

Color Harmonies of #1F52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F52BF

Black with #1F52BF

Text Example


Text Example

White with #1F52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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