Html Css Color HEX #2649DE Cerulean Blue

📋 copy color: '#2649DE'

red 38 ◦ green 73 ◦ blue 222

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

Shades of Cerulean Blue #2649DE

Tints of Cerulean Blue #2649DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 11.41%
G = 21.92%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2649DE (or 0x2649DE) is known color: Cerulean Blue. HEX triplet: 26, 49 and DE. RGB value is (38,73,222). Sum of RGB (Red+Green+Blue) = 38+73+222=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #2649DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DE is #D9B621. Grayscale: #4E4E4E. Windows color (decimal): -14267938 or 14567718. OLE color: 14567718.

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

Color convert

RGB 38 73 222 -
CMYK 0.83 0.67 0 0.13
HSL 228.59º 0.74% 0.51% -
HSV(B) 228.59º 0.83% 0.87% -
XYZ 16.37 10.45 70.26 -
YUV 79.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 38 73 222 0.83 0.67 0 0.13 228.59 0.74 0.51
Hex 26 49 DE 53 43 0 D E5 4A 33
Octal 46 111 336 123 103 0 15 345 112 63
Binary 100110 1001001 11011110 1010011 1000011 0 1101 11100101 1001010 110011

Color Harmonies of #2649DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649DE

Black with #2649DE

Text Example


Text Example

White with #2649DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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