Html Css Color HEX #2653CC Cerulean Blue

📋 copy color: '#2653CC'

red 38 ◦ green 83 ◦ blue 204

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

Shades of Cerulean Blue #2653CC

Tints of Cerulean Blue #2653CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 11.69%
G = 25.54%
B = 62.77%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2653CC (or 0x2653CC) is known color: Cerulean Blue. HEX triplet: 26, 53 and CC. RGB value is (38,83,204). Sum of RGB (Red+Green+Blue) = 38+83+204=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2653CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653CC is #D9AC33. Grayscale: #525252. Windows color (decimal): -14265396 or 13390630. OLE color: 13390630.

HSL color Cylindrical-coordinate representation of color #2653CC: hue angle of 223.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2653CC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 83 204 -
CMYK 0.81 0.59 0 0.2
HSL 223.73º 0.69% 0.47% -
HSV(B) 223.73º 0.81% 0.8% -
XYZ 14.79 10.96 58.46 -
YUV 83.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 38 83 204 0.81 0.59 0 0.2 223.73 0.69 0.47
Hex 26 53 CC 51 3B 0 14 E0 45 2F
Octal 46 123 314 121 73 0 24 340 105 57
Binary 100110 1010011 11001100 1010001 111011 0 10100 11100000 1000101 101111

Color Harmonies of #2653CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2653CC

Black with #2653CC

Text Example


Text Example

White with #2653CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2653CC; }

 p { color: rgb(38,83,204); }

 H1.HeaderClassName
 {
   color: #2653CC;
 }
 .AnyTagClassName
 {
   color: #2653CC;
 }
</style>

background-color css

<style>
 a { background-color: #2653CC; }

 a { background-color: rgb(38,83,204); }

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

border-color css

<style>
 span { border-color: #2653CC; }

 span { border-color: rgb(38,83,204); }

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