Html Css Color HEX #228BCC Curious Blue

📋 copy color: '#228BCC'

red 34 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #228BCC

Tints of Curious Blue #228BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 9.02%
G = 36.87%
B = 54.11%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#228BCC (or 0x228BCC) is known color: Curious Blue. HEX triplet: 22, 8B and CC. RGB value is (34,139,204). Sum of RGB (Red+Green+Blue) = 34+139+204=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #228BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BCC is #DD7433. Grayscale: #727272. Windows color (decimal): -14513204 or 13404962. OLE color: 13404962.

HSL color Cylindrical-coordinate representation of color #228BCC: hue angle of 202.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228BCC is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 139 204 -
CMYK 0.83 0.32 0 0.2
HSL 202.94º 0.71% 0.47% -
HSV(B) 202.94º 0.83% 0.8% -
XYZ 20.79 23.16 60.5 -
YUV 115.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 34 139 204 0.83 0.32 0 0.2 202.94 0.71 0.47
Hex 22 8B CC 53 20 0 14 CB 47 2F
Octal 42 213 314 123 40 0 24 313 107 57
Binary 100010 10001011 11001100 1010011 100000 0 10100 11001011 1000111 101111

Color Harmonies of #228BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228BCC

Black with #228BCC

Text Example


Text Example

White with #228BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228BCC; }

 p { color: rgb(34,139,204); }

 H1.HeaderClassName
 {
   color: #228BCC;
 }
 .AnyTagClassName
 {
   color: #228BCC;
 }
</style>

background-color css

<style>
 a { background-color: #228BCC; }

 a { background-color: rgb(34,139,204); }

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

border-color css

<style>
 span { border-color: #228BCC; }

 span { border-color: rgb(34,139,204); }

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