Html Css Color HEX #2250BC Cerulean Blue

📋 copy color: '#2250BC'

red 34 ◦ green 80 ◦ blue 188

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

Shades of Cerulean Blue #2250BC

Tints of Cerulean Blue #2250BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 11.26%
G = 26.49%
B = 62.25%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2250BC (or 0x2250BC) is known color: Cerulean Blue. HEX triplet: 22, 50 and BC. RGB value is (34,80,188). Sum of RGB (Red+Green+Blue) = 34+80+188=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #2250BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250BC is #DDAF43. Grayscale: #4E4E4E. Windows color (decimal): -14528324 or 12341282. OLE color: 12341282.

HSL color Cylindrical-coordinate representation of color #2250BC: hue angle of 222.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2250BC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 80 188 -
CMYK 0.82 0.57 0 0.26
HSL 222.08º 0.69% 0.44% -
HSV(B) 222.08º 0.82% 0.74% -
XYZ 12.61 9.71 48.79 -
YUV 78.56 189.76 96.22 -
System Red Green Blue C M Y K H S L
Decimal 34 80 188 0.82 0.57 0 0.26 222.08 0.69 0.44
Hex 22 50 BC 52 39 0 1A DE 45 2C
Octal 42 120 274 122 71 0 32 336 105 54
Binary 100010 1010000 10111100 1010010 111001 0 11010 11011110 1000101 101100

Color Harmonies of #2250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2250BC

Black with #2250BC

Text Example


Text Example

White with #2250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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