Html Css Color HEX #2258AD Cerulean Blue

📋 copy color: '#2258AD'

red 34 ◦ green 88 ◦ blue 173

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

Shades of Cerulean Blue #2258AD

Tints of Cerulean Blue #2258AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 11.53%
G = 29.83%
B = 58.64%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2258AD (or 0x2258AD) is known color: Cerulean Blue. HEX triplet: 22, 58 and AD. RGB value is (34,88,173). Sum of RGB (Red+Green+Blue) = 34+88+173=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #2258AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2258AD is #DDA752. Grayscale: #515151. Windows color (decimal): -14526291 or 11360290. OLE color: 11360290.

HSL color Cylindrical-coordinate representation of color #2258AD: hue angle of 216.69º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2258AD is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 88 173 -
CMYK 0.80 0.49 0 0.32
HSL 216.69º 0.67% 0.41% -
HSV(B) 216.69º 0.8% 0.68% -
XYZ 11.69 10.34 40.91 -
YUV 81.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 34 88 173 0.80 0.49 0 0.32 216.69 0.67 0.41
Hex 22 58 AD 50 31 0 20 D9 43 29
Octal 42 130 255 120 61 0 40 331 103 51
Binary 100010 1011000 10101101 1010000 110001 0 100000 11011001 1000011 101001

Color Harmonies of #2258AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2258AD

Black with #2258AD

Text Example


Text Example

White with #2258AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2258AD; }

 p { color: rgb(34,88,173); }

 H1.HeaderClassName
 {
   color: #2258AD;
 }
 .AnyTagClassName
 {
   color: #2258AD;
 }
</style>

background-color css

<style>
 a { background-color: #2258AD; }

 a { background-color: rgb(34,88,173); }

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

border-color css

<style>
 span { border-color: #2258AD; }

 span { border-color: rgb(34,88,173); }

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