Html Css Color HEX #2655DB Cerulean Blue

📋 copy color: '#2655DB'

red 38 ◦ green 85 ◦ blue 219

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

Shades of Cerulean Blue #2655DB

Tints of Cerulean Blue #2655DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 11.11%
G = 24.85%
B = 64.04%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2655DB (or 0x2655DB) is known color: Cerulean Blue. HEX triplet: 26, 55 and DB. RGB value is (38,85,219). Sum of RGB (Red+Green+Blue) = 38+85+219=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2655DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655DB is #D9AA24. Grayscale: #555555. Windows color (decimal): -14264869 or 14374182. OLE color: 14374182.

HSL color Cylindrical-coordinate representation of color #2655DB: hue angle of 224.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2655DB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 85 219 -
CMYK 0.83 0.61 0 0.14
HSL 224.42º 0.72% 0.5% -
HSV(B) 224.42º 0.83% 0.86% -
XYZ 16.83 12.02 68.45 -
YUV 86.22 202.93 93.6 -
System Red Green Blue C M Y K H S L
Decimal 38 85 219 0.83 0.61 0 0.14 224.42 0.72 0.5
Hex 26 55 DB 53 3D 0 E E0 48 32
Octal 46 125 333 123 75 0 16 340 110 62
Binary 100110 1010101 11011011 1010011 111101 0 1110 11100000 1001000 110010

Color Harmonies of #2655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655DB

Black with #2655DB

Text Example


Text Example

White with #2655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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