Html Css Color HEX #2255DA Cerulean Blue

📋 copy color: '#2255DA'

red 34 ◦ green 85 ◦ blue 218

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

Shades of Cerulean Blue #2255DA

Tints of Cerulean Blue #2255DA

RGB

 RED value IS 34 (13.67% from 255) = 10.09%

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 10.09%
G = 25.22%
B = 64.69%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2255DA (or 0x2255DA) is known color: Cerulean Blue. HEX triplet: 22, 55 and DA. RGB value is (34,85,218). Sum of RGB (Red+Green+Blue) = 34+85+218=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #2255DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2255DA is #DDAA25. Grayscale: #545454. Windows color (decimal): -14527014 or 14308642. OLE color: 14308642.

HSL color Cylindrical-coordinate representation of color #2255DA: hue angle of 223.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2255DA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 85 218 -
CMYK 0.84 0.61 0 0.15
HSL 223.37º 0.73% 0.49% -
HSV(B) 223.37º 0.84% 0.85% -
XYZ 16.56 11.9 67.75 -
YUV 84.91 203.1 91.69 -
System Red Green Blue C M Y K H S L
Decimal 34 85 218 0.84 0.61 0 0.15 223.37 0.73 0.49
Hex 22 55 DA 54 3D 0 F DF 49 31
Octal 42 125 332 124 75 0 17 337 111 61
Binary 100010 1010101 11011010 1010100 111101 0 1111 11011111 1001001 110001

Color Harmonies of #2255DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255DA

Black with #2255DA

Text Example


Text Example

White with #2255DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2255DA; }

 p { color: rgb(34,85,218); }

 H1.HeaderClassName
 {
   color: #2255DA;
 }
 .AnyTagClassName
 {
   color: #2255DA;
 }
</style>

background-color css

<style>
 a { background-color: #2255DA; }

 a { background-color: rgb(34,85,218); }

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

border-color css

<style>
 span { border-color: #2255DA; }

 span { border-color: rgb(34,85,218); }

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