Html Css Color HEX #2652DD Cerulean Blue

📋 copy color: '#2652DD'

red 38 ◦ green 82 ◦ blue 221

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

Shades of Cerulean Blue #2652DD

Tints of Cerulean Blue #2652DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 11.14%
G = 24.05%
B = 64.81%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2652DD (or 0x2652DD) is known color: Cerulean Blue. HEX triplet: 26, 52 and DD. RGB value is (38,82,221). Sum of RGB (Red+Green+Blue) = 38+82+221=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #2652DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652DD is #D9AD22. Grayscale: #545454. Windows color (decimal): -14265635 or 14504486. OLE color: 14504486.

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

Color convert

RGB 38 82 221 -
CMYK 0.83 0.63 0 0.13
HSL 225.57º 0.73% 0.51% -
HSV(B) 225.57º 0.83% 0.87% -
XYZ 16.87 11.67 69.77 -
YUV 84.69 204.92 94.7 -
System Red Green Blue C M Y K H S L
Decimal 38 82 221 0.83 0.63 0 0.13 225.57 0.73 0.51
Hex 26 52 DD 53 3F 0 D E2 49 33
Octal 46 122 335 123 77 0 15 342 111 63
Binary 100110 1010010 11011101 1010011 111111 0 1101 11100010 1001001 110011

Color Harmonies of #2652DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2652DD

Black with #2652DD

Text Example


Text Example

White with #2652DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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