Html Css Color HEX #2250AE Cerulean Blue

📋 copy color: '#2250AE'

red 34 ◦ green 80 ◦ blue 174

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

Shades of Cerulean Blue #2250AE

Tints of Cerulean Blue #2250AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 11.81%
G = 27.78%
B = 60.42%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2250AE (or 0x2250AE) is known color: Cerulean Blue. HEX triplet: 22, 50 and AE. RGB value is (34,80,174). Sum of RGB (Red+Green+Blue) = 34+80+174=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #2250AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250AE is #DDAF51. Grayscale: #4C4C4C. Windows color (decimal): -14528338 or 11423778. OLE color: 11423778.

HSL color Cylindrical-coordinate representation of color #2250AE: hue angle of 220.29º 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 #2250AE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 80 174 -
CMYK 0.80 0.54 0 0.32
HSL 220.29º 0.67% 0.41% -
HSV(B) 220.29º 0.8% 0.68% -
XYZ 11.17 9.13 41.22 -
YUV 76.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 34 80 174 0.80 0.54 0 0.32 220.29 0.67 0.41
Hex 22 50 AE 50 36 0 20 DC 43 29
Octal 42 120 256 120 66 0 40 334 103 51
Binary 100010 1010000 10101110 1010000 110110 0 100000 11011100 1000011 101001

Color Harmonies of #2250AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2250AE

Black with #2250AE

Text Example


Text Example

White with #2250AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2250AE; }

 p { color: rgb(34,80,174); }

 H1.HeaderClassName
 {
   color: #2250AE;
 }
 .AnyTagClassName
 {
   color: #2250AE;
 }
</style>

background-color css

<style>
 a { background-color: #2250AE; }

 a { background-color: rgb(34,80,174); }

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

border-color css

<style>
 span { border-color: #2250AE; }

 span { border-color: rgb(34,80,174); }

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