Html Css Color HEX #2649DB Cerulean Blue

📋 copy color: '#2649DB'

red 38 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #2649DB

Tints of Cerulean Blue #2649DB

RGB

 RED value IS 38 (15.23% from 255) = 11.52%

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 11.52%
G = 22.12%
B = 66.36%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2649DB (or 0x2649DB) is known color: Cerulean Blue. HEX triplet: 26, 49 and DB. RGB value is (38,73,219). Sum of RGB (Red+Green+Blue) = 38+73+219=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #2649DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DB is #D9B624. Grayscale: #4E4E4E. Windows color (decimal): -14267941 or 14371110. OLE color: 14371110.

HSL color Cylindrical-coordinate representation of color #2649DB: hue angle of 228.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2649DB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 73 219 -
CMYK 0.83 0.67 0 0.14
HSL 228.4º 0.72% 0.5% -
HSV(B) 228.4º 0.83% 0.86% -
XYZ 15.97 10.29 68.16 -
YUV 79.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 38 73 219 0.83 0.67 0 0.14 228.4 0.72 0.5
Hex 26 49 DB 53 43 0 E E4 48 32
Octal 46 111 333 123 103 0 16 344 110 62
Binary 100110 1001001 11011011 1010011 1000011 0 1110 11100100 1001000 110010

Color Harmonies of #2649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649DB

Black with #2649DB

Text Example


Text Example

White with #2649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2649DB; }

 p { color: rgb(38,73,219); }

 H1.HeaderClassName
 {
   color: #2649DB;
 }
 .AnyTagClassName
 {
   color: #2649DB;
 }
</style>

background-color css

<style>
 a { background-color: #2649DB; }

 a { background-color: rgb(38,73,219); }

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

border-color css

<style>
 span { border-color: #2649DB; }

 span { border-color: rgb(38,73,219); }

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