Html Css Color HEX #2649DC Cerulean Blue

📋 copy color: '#2649DC'

red 38 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #2649DC

Tints of Cerulean Blue #2649DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 11.48%
G = 22.05%
B = 66.47%

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

#2649DC (or 0x2649DC) is known color: Cerulean Blue. HEX triplet: 26, 49 and DC. RGB value is (38,73,220). Sum of RGB (Red+Green+Blue) = 38+73+220=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #2649DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DC is #D9B623. Grayscale: #4E4E4E. Windows color (decimal): -14267940 or 14436646. OLE color: 14436646.

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

Color convert

RGB 38 73 220 -
CMYK 0.83 0.67 0 0.14
HSL 228.46º 0.72% 0.51% -
HSV(B) 228.46º 0.83% 0.86% -
XYZ 16.1 10.34 68.86 -
YUV 79.29 207.4 98.55 -
System Red Green Blue C M Y K H S L
Decimal 38 73 220 0.83 0.67 0 0.14 228.46 0.72 0.51
Hex 26 49 DC 53 43 0 E E4 48 33
Octal 46 111 334 123 103 0 16 344 110 63
Binary 100110 1001001 11011100 1010011 1000011 0 1110 11100100 1001000 110011

Color Harmonies of #2649DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649DC

Black with #2649DC

Text Example


Text Example

White with #2649DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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