Html Css Color HEX #2247CB Cerulean Blue

📋 copy color: '#2247CB'

red 34 ◦ green 71 ◦ blue 203

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

Shades of Cerulean Blue #2247CB

Tints of Cerulean Blue #2247CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 11.04%
G = 23.05%
B = 65.91%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2247CB (or 0x2247CB) is known color: Cerulean Blue. HEX triplet: 22, 47 and CB. RGB value is (34,71,203). Sum of RGB (Red+Green+Blue) = 34+71+203=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2247CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247CB is #DDB834. Grayscale: #4A4A4A. Windows color (decimal): -14530613 or 13322018. OLE color: 13322018.

HSL color Cylindrical-coordinate representation of color #2247CB: hue angle of 226.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2247CB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 71 203 -
CMYK 0.83 0.65 0 0.20
HSL 226.86º 0.71% 0.46% -
HSV(B) 226.86º 0.83% 0.8% -
XYZ 13.69 9.16 57.55 -
YUV 74.99 200.24 98.77 -
System Red Green Blue C M Y K H S L
Decimal 34 71 203 0.83 0.65 0 0.20 226.86 0.71 0.46
Hex 22 47 CB 53 41 0 14 E3 47 2E
Octal 42 107 313 123 101 0 24 343 107 56
Binary 100010 1000111 11001011 1010011 1000001 0 10100 11100011 1000111 101110

Color Harmonies of #2247CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2247CB

Black with #2247CB

Text Example


Text Example

White with #2247CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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