Html Css Color HEX #1F5ADB Cerulean Blue

📋 copy color: '#1F5ADB'

red 31 ◦ green 90 ◦ blue 219

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

Shades of Cerulean Blue #1F5ADB

Tints of Cerulean Blue #1F5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 9.12%
G = 26.47%
B = 64.41%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F5ADB (or 0x1F5ADB) is known color: Cerulean Blue. HEX triplet: 1F, 5A and DB. RGB value is (31,90,219). Sum of RGB (Red+Green+Blue) = 31+90+219=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ADB is #E0A524. Grayscale: #565656. Windows color (decimal): -14722341 or 14375455. OLE color: 14375455.

HSL color Cylindrical-coordinate representation of color #1F5ADB: hue angle of 221.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F5ADB is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 90 219 -
CMYK 0.86 0.59 0 0.14
HSL 221.17º 0.75% 0.49% -
HSV(B) 221.17º 0.86% 0.86% -
XYZ 17.01 12.72 68.58 -
YUV 87.07 202.45 88.01 -
System Red Green Blue C M Y K H S L
Decimal 31 90 219 0.86 0.59 0 0.14 221.17 0.75 0.49
Hex 1F 5A DB 56 3B 0 E DD 4B 31
Octal 37 132 333 126 73 0 16 335 113 61
Binary 11111 1011010 11011011 1010110 111011 0 1110 11011101 1001011 110001

Color Harmonies of #1F5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5ADB

Black with #1F5ADB

Text Example


Text Example

White with #1F5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,90,219); }

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

background-color css

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

 a { background-color: rgb(31,90,219); }

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

border-color css

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

 span { border-color: rgb(31,90,219); }

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