Html Css Color HEX #2655CC Cerulean Blue

📋 copy color: '#2655CC'

red 38 ◦ green 85 ◦ blue 204

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

Shades of Cerulean Blue #2655CC

Tints of Cerulean Blue #2655CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 11.62%
G = 25.99%
B = 62.39%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2655CC (or 0x2655CC) is known color: Cerulean Blue. HEX triplet: 26, 55 and CC. RGB value is (38,85,204). Sum of RGB (Red+Green+Blue) = 38+85+204=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #2655CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655CC is #D9AA33. Grayscale: #535353. Windows color (decimal): -14264884 or 13391142. OLE color: 13391142.

HSL color Cylindrical-coordinate representation of color #2655CC: hue angle of 223.01º 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 #2655CC is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 85 204 -
CMYK 0.81 0.58 0 0.2
HSL 223.01º 0.69% 0.47% -
HSV(B) 223.01º 0.81% 0.8% -
XYZ 14.95 11.27 58.51 -
YUV 84.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 38 85 204 0.81 0.58 0 0.2 223.01 0.69 0.47
Hex 26 55 CC 51 3A 0 14 DF 45 2F
Octal 46 125 314 121 72 0 24 337 105 57
Binary 100110 1010101 11001100 1010001 111010 0 10100 11011111 1000101 101111

Color Harmonies of #2655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655CC

Black with #2655CC

Text Example


Text Example

White with #2655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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