Html Css Color HEX #2654DD Cerulean Blue

📋 copy color: '#2654DD'

red 38 ◦ green 84 ◦ blue 221

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

Shades of Cerulean Blue #2654DD

Tints of Cerulean Blue #2654DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 11.08%
G = 24.49%
B = 64.43%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2654DD (or 0x2654DD) is known color: Cerulean Blue. HEX triplet: 26, 54 and DD. RGB value is (38,84,221). Sum of RGB (Red+Green+Blue) = 38+84+221=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2654DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654DD is #D9AB22. Grayscale: #555555. Windows color (decimal): -14265123 or 14504998. OLE color: 14504998.

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

Color convert

RGB 38 84 221 -
CMYK 0.83 0.62 0 0.13
HSL 224.92º 0.73% 0.51% -
HSV(B) 224.92º 0.83% 0.87% -
XYZ 17.02 11.97 69.82 -
YUV 85.86 204.26 93.86 -
System Red Green Blue C M Y K H S L
Decimal 38 84 221 0.83 0.62 0 0.13 224.92 0.73 0.51
Hex 26 54 DD 53 3E 0 D E1 49 33
Octal 46 124 335 123 76 0 15 341 111 63
Binary 100110 1010100 11011101 1010011 111110 0 1101 11100001 1001001 110011

Color Harmonies of #2654DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2654DD

Black with #2654DD

Text Example


Text Example

White with #2654DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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