Html Css Color HEX #4288CC Curious Blue

📋 copy color: '#4288CC'

red 66 ◦ green 136 ◦ blue 204

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

Shades of Curious Blue #4288CC

Tints of Curious Blue #4288CC

RGB

 RED value IS 66 (26.17% from 255) = 16.26%

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 16.26%
G = 33.5%
B = 50.25%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4288CC (or 0x4288CC) is known color: Curious Blue. HEX triplet: 42, 88 and CC. RGB value is (66,136,204). Sum of RGB (Red+Green+Blue) = 66+136+204=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4288CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288CC is #BD7733. Grayscale: #7A7A7A. Windows color (decimal): -12416820 or 13404226. OLE color: 13404226.

HSL color Cylindrical-coordinate representation of color #4288CC: hue angle of 209.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4288CC is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 136 204 -
CMYK 0.68 0.33 0 0.2
HSL 209.57º 0.58% 0.53% -
HSV(B) 209.57º 0.68% 0.8% -
XYZ 21.95 23.13 60.43 -
YUV 122.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 66 136 204 0.68 0.33 0 0.2 209.57 0.58 0.53
Hex 42 88 CC 44 21 0 14 D2 3A 35
Octal 102 210 314 104 41 0 24 322 72 65
Binary 1000010 10001000 11001100 1000100 100001 0 10100 11010010 111010 110101

Color Harmonies of #4288CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288CC

Black with #4288CC

Text Example


Text Example

White with #4288CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4288CC; }

 p { color: rgb(66,136,204); }

 H1.HeaderClassName
 {
   color: #4288CC;
 }
 .AnyTagClassName
 {
   color: #4288CC;
 }
</style>

background-color css

<style>
 a { background-color: #4288CC; }

 a { background-color: rgb(66,136,204); }

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

border-color css

<style>
 span { border-color: #4288CC; }

 span { border-color: rgb(66,136,204); }

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