Html Css Color HEX #1F53CB Cerulean Blue

📋 copy color: '#1F53CB'

red 31 ◦ green 83 ◦ blue 203

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

Shades of Cerulean Blue #1F53CB

Tints of Cerulean Blue #1F53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 9.78%
G = 26.18%
B = 64.04%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F53CB (or 0x1F53CB) is known color: Cerulean Blue. HEX triplet: 1F, 53 and CB. RGB value is (31,83,203). Sum of RGB (Red+Green+Blue) = 31+83+203=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F53CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F53CB is #E0AC34. Grayscale: #505050. Windows color (decimal): -14724149 or 13325087. OLE color: 13325087.

HSL color Cylindrical-coordinate representation of color #1F53CB: hue angle of 221.86º 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 #1F53CB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 83 203 -
CMYK 0.85 0.59 0 0.20
HSL 221.86º 0.74% 0.46% -
HSV(B) 221.86º 0.85% 0.8% -
XYZ 14.44 10.79 57.82 -
YUV 81.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 31 83 203 0.85 0.59 0 0.20 221.86 0.74 0.46
Hex 1F 53 CB 55 3B 0 14 DE 4A 2E
Octal 37 123 313 125 73 0 24 336 112 56
Binary 11111 1010011 11001011 1010101 111011 0 10100 11011110 1001010 101110

Color Harmonies of #1F53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F53CB

Black with #1F53CB

Text Example


Text Example

White with #1F53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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