Html Css Color HEX #4289CC Curious Blue

📋 copy color: '#4289CC'

red 66 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #4289CC

Tints of Curious Blue #4289CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

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

R = 16.22%
G = 33.66%
B = 50.12%

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

#4289CC (or 0x4289CC) is known color: Curious Blue. HEX triplet: 42, 89 and CC. RGB value is (66,137,204). Sum of RGB (Red+Green+Blue) = 66+137+204=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4289CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289CC is #BD7633. Grayscale: #7B7B7B. Windows color (decimal): -12416564 or 13404482. OLE color: 13404482.

HSL color Cylindrical-coordinate representation of color #4289CC: hue angle of 209.13º 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 #4289CC is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 137 204 -
CMYK 0.68 0.33 0 0.2
HSL 209.13º 0.58% 0.53% -
HSV(B) 209.13º 0.68% 0.8% -
XYZ 22.09 23.41 60.48 -
YUV 123.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 66 137 204 0.68 0.33 0 0.2 209.13 0.58 0.53
Hex 42 89 CC 44 21 0 14 D1 3A 35
Octal 102 211 314 104 41 0 24 321 72 65
Binary 1000010 10001001 11001100 1000100 100001 0 10100 11010001 111010 110101

Color Harmonies of #4289CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4289CC

Black with #4289CC

Text Example


Text Example

White with #4289CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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