Html Css Color HEX #2652DB Cerulean Blue

📋 copy color: '#2652DB'

red 38 ◦ green 82 ◦ blue 219

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

Shades of Cerulean Blue #2652DB

Tints of Cerulean Blue #2652DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

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

R = 11.21%
G = 24.19%
B = 64.6%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2652DB (or 0x2652DB) is known color: Cerulean Blue. HEX triplet: 26, 52 and DB. RGB value is (38,82,219). Sum of RGB (Red+Green+Blue) = 38+82+219=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2652DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652DB is #D9AD24. Grayscale: #535353. Windows color (decimal): -14265637 or 14373414. OLE color: 14373414.

HSL color Cylindrical-coordinate representation of color #2652DB: hue angle of 225.41º 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 #2652DB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 82 219 -
CMYK 0.83 0.63 0 0.14
HSL 225.41º 0.72% 0.5% -
HSV(B) 225.41º 0.83% 0.86% -
XYZ 16.6 11.56 68.37 -
YUV 84.46 203.92 94.86 -
System Red Green Blue C M Y K H S L
Decimal 38 82 219 0.83 0.63 0 0.14 225.41 0.72 0.5
Hex 26 52 DB 53 3F 0 E E1 48 32
Octal 46 122 333 123 77 0 16 341 110 62
Binary 100110 1010010 11011011 1010011 111111 0 1110 11100001 1001000 110010

Color Harmonies of #2652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2652DB

Black with #2652DB

Text Example


Text Example

White with #2652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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