Html Css Color HEX #2655DE Cerulean Blue

📋 copy color: '#2655DE'

red 38 ◦ green 85 ◦ blue 222

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

Shades of Cerulean Blue #2655DE

Tints of Cerulean Blue #2655DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 11.01%
G = 24.64%
B = 64.35%

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

#2655DE (or 0x2655DE) is known color: Cerulean Blue. HEX triplet: 26, 55 and DE. RGB value is (38,85,222). Sum of RGB (Red+Green+Blue) = 38+85+222=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #2655DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655DE is #D9AA21. Grayscale: #555555. Windows color (decimal): -14264866 or 14570790. OLE color: 14570790.

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

Color convert

RGB 38 85 222 -
CMYK 0.83 0.62 0 0.13
HSL 224.67º 0.74% 0.51% -
HSV(B) 224.67º 0.83% 0.87% -
XYZ 17.23 12.18 70.55 -
YUV 86.57 204.43 93.36 -
System Red Green Blue C M Y K H S L
Decimal 38 85 222 0.83 0.62 0 0.13 224.67 0.74 0.51
Hex 26 55 DE 53 3E 0 D E1 4A 33
Octal 46 125 336 123 76 0 15 341 112 63
Binary 100110 1010101 11011110 1010011 111110 0 1101 11100001 1001010 110011

Color Harmonies of #2655DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655DE

Black with #2655DE

Text Example


Text Example

White with #2655DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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