Html Css Color HEX #2853DA Cerulean Blue

📋 copy color: '#2853DA'

red 40 ◦ green 83 ◦ blue 218

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

Shades of Cerulean Blue #2853DA

Tints of Cerulean Blue #2853DA

RGB

 RED value IS 40 (16.02% from 255) = 11.73%

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

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

R = 11.73%
G = 24.34%
B = 63.93%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2853DA (or 0x2853DA) is known color: Cerulean Blue. HEX triplet: 28, 53 and DA. RGB value is (40,83,218). Sum of RGB (Red+Green+Blue) = 40+83+218=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #2853DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853DA is #D7AC25. Grayscale: #545454. Windows color (decimal): -14134310 or 14308136. OLE color: 14308136.

HSL color Cylindrical-coordinate representation of color #2853DA: hue angle of 225.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2853DA is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 83 218 -
CMYK 0.82 0.62 0 0.15
HSL 225.51º 0.71% 0.51% -
HSV(B) 225.51º 0.82% 0.85% -
XYZ 16.62 11.7 67.71 -
YUV 85.53 202.75 95.52 -
System Red Green Blue C M Y K H S L
Decimal 40 83 218 0.82 0.62 0 0.15 225.51 0.71 0.51
Hex 28 53 DA 52 3E 0 F E2 47 33
Octal 50 123 332 122 76 0 17 342 107 63
Binary 101000 1010011 11011010 1010010 111110 0 1111 11100010 1000111 110011

Color Harmonies of #2853DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2853DA

Black with #2853DA

Text Example


Text Example

White with #2853DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,83,218); }

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

background-color css

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

 a { background-color: rgb(40,83,218); }

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

border-color css

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

 span { border-color: rgb(40,83,218); }

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