Html Css Color HEX #1F51CE Cerulean Blue

📋 copy color: '#1F51CE'

red 31 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #1F51CE

Tints of Cerulean Blue #1F51CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 9.75%
G = 25.47%
B = 64.78%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F51CE (or 0x1F51CE) is known color: Cerulean Blue. HEX triplet: 1F, 51 and CE. RGB value is (31,81,206). Sum of RGB (Red+Green+Blue) = 31+81+206=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F51CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51CE is #E0AE31. Grayscale: #4F4F4F. Windows color (decimal): -14724658 or 13521183. OLE color: 13521183.

HSL color Cylindrical-coordinate representation of color #1F51CE: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F51CE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 81 206 -
CMYK 0.85 0.61 0 0.19
HSL 222.86º 0.74% 0.46% -
HSV(B) 222.86º 0.85% 0.81% -
XYZ 14.65 10.63 59.67 -
YUV 80.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 31 81 206 0.85 0.61 0 0.19 222.86 0.74 0.46
Hex 1F 51 CE 55 3D 0 13 DF 4A 2E
Octal 37 121 316 125 75 0 23 337 112 56
Binary 11111 1010001 11001110 1010101 111101 0 10011 11011111 1001010 101110

Color Harmonies of #1F51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F51CE

Black with #1F51CE

Text Example


Text Example

White with #1F51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,81,206); }

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

background-color css

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

 a { background-color: rgb(31,81,206); }

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

border-color css

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

 span { border-color: rgb(31,81,206); }

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