Html Css Color HEX #1D5ADB Cerulean Blue

📋 copy color: '#1D5ADB'

red 29 ◦ green 90 ◦ blue 219

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

Shades of Cerulean Blue #1D5ADB

Tints of Cerulean Blue #1D5ADB

RGB

 RED value IS 29 (11.72% from 255) = 8.58%

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

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

R = 8.58%
G = 26.63%
B = 64.79%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D5ADB (or 0x1D5ADB) is known color: Cerulean Blue. HEX triplet: 1D, 5A and DB. RGB value is (29,90,219). Sum of RGB (Red+Green+Blue) = 29+90+219=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ADB is #E2A524. Grayscale: #555555. Windows color (decimal): -14853413 or 14375453. OLE color: 14375453.

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

Color convert

RGB 29 90 219 -
CMYK 0.87 0.59 0 0.14
HSL 220.74º 0.77% 0.49% -
HSV(B) 220.74º 0.87% 0.86% -
XYZ 16.95 12.69 68.57 -
YUV 86.47 202.79 87.01 -
System Red Green Blue C M Y K H S L
Decimal 29 90 219 0.87 0.59 0 0.14 220.74 0.77 0.49
Hex 1D 5A DB 57 3B 0 E DD 4D 31
Octal 35 132 333 127 73 0 16 335 115 61
Binary 11101 1011010 11011011 1010111 111011 0 1110 11011101 1001101 110001

Color Harmonies of #1D5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5ADB

Black with #1D5ADB

Text Example


Text Example

White with #1D5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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