Html Css Color HEX #2455AF Cerulean Blue

📋 copy color: '#2455AF'

red 36 ◦ green 85 ◦ blue 175

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

Shades of Cerulean Blue #2455AF

Tints of Cerulean Blue #2455AF

RGB

 RED value IS 36 (14.45% from 255) = 12.16%

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

 BLUE value IS 175 (68.75% from 255) = 59.12%

R = 12.16%
G = 28.72%
B = 59.12%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2455AF (or 0x2455AF) is known color: Cerulean Blue. HEX triplet: 24, 55 and AF. RGB value is (36,85,175). Sum of RGB (Red+Green+Blue) = 36+85+175=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #2455AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2455AF is #DBAA50. Grayscale: #505050. Windows color (decimal): -14395985 or 11490596. OLE color: 11490596.

HSL color Cylindrical-coordinate representation of color #2455AF: hue angle of 218.85º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2455AF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 85 175 -
CMYK 0.79 0.51 0 0.31
HSL 218.85º 0.66% 0.41% -
HSV(B) 218.85º 0.79% 0.69% -
XYZ 11.71 9.97 41.86 -
YUV 80.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 36 85 175 0.79 0.51 0 0.31 218.85 0.66 0.41
Hex 24 55 AF 4F 33 0 1F DB 42 29
Octal 44 125 257 117 63 0 37 333 102 51
Binary 100100 1010101 10101111 1001111 110011 0 11111 11011011 1000010 101001

Color Harmonies of #2455AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455AF

Black with #2455AF

Text Example


Text Example

White with #2455AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2455AF; }

 p { color: rgb(36,85,175); }

 H1.HeaderClassName
 {
   color: #2455AF;
 }
 .AnyTagClassName
 {
   color: #2455AF;
 }
</style>

background-color css

<style>
 a { background-color: #2455AF; }

 a { background-color: rgb(36,85,175); }

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

border-color css

<style>
 span { border-color: #2455AF; }

 span { border-color: rgb(36,85,175); }

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