Html Css Color HEX #2250BE Cerulean Blue

📋 copy color: '#2250BE'

red 34 ◦ green 80 ◦ blue 190

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

Shades of Cerulean Blue #2250BE

Tints of Cerulean Blue #2250BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 11.18%
G = 26.32%
B = 62.5%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2250BE (or 0x2250BE) is known color: Cerulean Blue. HEX triplet: 22, 50 and BE. RGB value is (34,80,190). Sum of RGB (Red+Green+Blue) = 34+80+190=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #2250BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250BE is #DDAF41. Grayscale: #4E4E4E. Windows color (decimal): -14528322 or 12472354. OLE color: 12472354.

HSL color Cylindrical-coordinate representation of color #2250BE: hue angle of 222.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2250BE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 80 190 -
CMYK 0.82 0.58 0 0.25
HSL 222.31º 0.7% 0.44% -
HSV(B) 222.31º 0.82% 0.75% -
XYZ 12.82 9.8 49.93 -
YUV 78.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 34 80 190 0.82 0.58 0 0.25 222.31 0.7 0.44
Hex 22 50 BE 52 3A 0 19 DE 46 2C
Octal 42 120 276 122 72 0 31 336 106 54
Binary 100010 1010000 10111110 1010010 111010 0 11001 11011110 1000110 101100

Color Harmonies of #2250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2250BE

Black with #2250BE

Text Example


Text Example

White with #2250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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