Html Css Color HEX #1F53C8 Cerulean Blue

📋 copy color: '#1F53C8'

red 31 ◦ green 83 ◦ blue 200

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

Shades of Cerulean Blue #1F53C8

Tints of Cerulean Blue #1F53C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.69%

R = 9.87%
G = 26.43%
B = 63.69%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1F53C8 (or 0x1F53C8) is known color: Cerulean Blue. HEX triplet: 1F, 53 and C8. RGB value is (31,83,200). Sum of RGB (Red+Green+Blue) = 31+83+200=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F53C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F53C8 is #E0AC37. Grayscale: #505050. Windows color (decimal): -14724152 or 13128479. OLE color: 13128479.

HSL color Cylindrical-coordinate representation of color #1F53C8: hue angle of 221.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F53C8 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 83 200 -
CMYK 0.84 0.58 0 0.22
HSL 221.54º 0.73% 0.45% -
HSV(B) 221.54º 0.85% 0.78% -
XYZ 14.08 10.65 55.96 -
YUV 80.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 31 83 200 0.84 0.58 0 0.22 221.54 0.73 0.45
Hex 1F 53 C8 54 3A 0 16 DE 49 2D
Octal 37 123 310 124 72 0 26 336 111 55
Binary 11111 1010011 11001000 1010100 111010 0 10110 11011110 1001001 101101

Color Harmonies of #1F53C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F53C8

Black with #1F53C8

Text Example


Text Example

White with #1F53C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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