Html Css Color HEX #1F53CF Cerulean Blue

📋 copy color: '#1F53CF'

red 31 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #1F53CF

Tints of Cerulean Blue #1F53CF

RGB

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

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

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

R = 9.66%
G = 25.86%
B = 64.49%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F53CF (or 0x1F53CF) is known color: Cerulean Blue. HEX triplet: 1F, 53 and CF. RGB value is (31,83,207). Sum of RGB (Red+Green+Blue) = 31+83+207=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F53CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F53CF is #E0AC30. Grayscale: #515151. Windows color (decimal): -14724145 or 13587231. OLE color: 13587231.

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

Color convert

RGB 31 83 207 -
CMYK 0.85 0.60 0 0.19
HSL 222.27º 0.74% 0.47% -
HSV(B) 222.27º 0.85% 0.81% -
XYZ 14.92 10.98 60.36 -
YUV 81.59 198.77 91.92 -
System Red Green Blue C M Y K H S L
Decimal 31 83 207 0.85 0.60 0 0.19 222.27 0.74 0.47
Hex 1F 53 CF 55 3C 0 13 DE 4A 2F
Octal 37 123 317 125 74 0 23 336 112 57
Binary 11111 1010011 11001111 1010101 111100 0 10011 11011110 1001010 101111

Color Harmonies of #1F53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F53CF

Black with #1F53CF

Text Example


Text Example

White with #1F53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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