Html Css Color HEX #4289D0 Curious Blue

📋 copy color: '#4289D0'

red 66 ◦ green 137 ◦ blue 208

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

Shades of Curious Blue #4289D0

Tints of Curious Blue #4289D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 16.06%
G = 33.33%
B = 50.61%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4289D0 (or 0x4289D0) is known color: Curious Blue. HEX triplet: 42, 89 and D0. RGB value is (66,137,208). Sum of RGB (Red+Green+Blue) = 66+137+208=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #4289D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289D0 is #BD762F. Grayscale: #7B7B7B. Windows color (decimal): -12416560 or 13666626. OLE color: 13666626.

HSL color Cylindrical-coordinate representation of color #4289D0: hue angle of 210º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4289D0 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 137 208 -
CMYK 0.68 0.34 0 0.18
HSL 210º 0.6% 0.54% -
HSV(B) 210º 0.68% 0.82% -
XYZ 22.58 23.6 63.04 -
YUV 123.87 175.48 86.73 -
System Red Green Blue C M Y K H S L
Decimal 66 137 208 0.68 0.34 0 0.18 210 0.6 0.54
Hex 42 89 D0 44 22 0 12 D2 3C 36
Octal 102 211 320 104 42 0 22 322 74 66
Binary 1000010 10001001 11010000 1000100 100010 0 10010 11010010 111100 110110

Color Harmonies of #4289D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4289D0

Black with #4289D0

Text Example


Text Example

White with #4289D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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