Html Css Color HEX #2247BC Cerulean Blue

📋 copy color: '#2247BC'

red 34 ◦ green 71 ◦ blue 188

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

Shades of Cerulean Blue #2247BC

Tints of Cerulean Blue #2247BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

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

R = 11.6%
G = 24.23%
B = 64.16%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2247BC (or 0x2247BC) is known color: Cerulean Blue. HEX triplet: 22, 47 and BC. RGB value is (34,71,188). Sum of RGB (Red+Green+Blue) = 34+71+188=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2247BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247BC is #DDB843. Grayscale: #484848. Windows color (decimal): -14530628 or 12338978. OLE color: 12338978.

HSL color Cylindrical-coordinate representation of color #2247BC: hue angle of 225.58º 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 #2247BC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 71 188 -
CMYK 0.82 0.62 0 0.26
HSL 225.58º 0.69% 0.44% -
HSV(B) 225.58º 0.82% 0.74% -
XYZ 11.99 8.48 48.58 -
YUV 73.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 34 71 188 0.82 0.62 0 0.26 225.58 0.69 0.44
Hex 22 47 BC 52 3E 0 1A E2 45 2C
Octal 42 107 274 122 76 0 32 342 105 54
Binary 100010 1000111 10111100 1010010 111110 0 11010 11100010 1000101 101100

Color Harmonies of #2247BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2247BC

Black with #2247BC

Text Example


Text Example

White with #2247BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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