Html Css Color HEX #4290D3 Curious Blue

📋 copy color: '#4290D3'

red 66 ◦ green 144 ◦ blue 211

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

Shades of Curious Blue #4290D3

Tints of Curious Blue #4290D3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 211 (82.81% from 255) = 50.12%

R = 15.68%
G = 34.2%
B = 50.12%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4290D3 (or 0x4290D3) is known color: Curious Blue. HEX triplet: 42, 90 and D3. RGB value is (66,144,211). Sum of RGB (Red+Green+Blue) = 66+144+211=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #4290D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290D3 is #BD6F2C. Grayscale: #7F7F7F. Windows color (decimal): -12414765 or 13865026. OLE color: 13865026.

HSL color Cylindrical-coordinate representation of color #4290D3: hue angle of 207.72º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4290D3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 144 211 -
CMYK 0.69 0.32 0 0.17
HSL 207.72º 0.62% 0.54% -
HSV(B) 207.72º 0.69% 0.83% -
XYZ 23.98 25.81 65.35 -
YUV 128.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 66 144 211 0.69 0.32 0 0.17 207.72 0.62 0.54
Hex 42 90 D3 45 20 0 11 D0 3E 36
Octal 102 220 323 105 40 0 21 320 76 66
Binary 1000010 10010000 11010011 1000101 100000 0 10001 11010000 111110 110110

Color Harmonies of #4290D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290D3

Black with #4290D3

Text Example


Text Example

White with #4290D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4290D3; }

 p { color: rgb(66,144,211); }

 H1.HeaderClassName
 {
   color: #4290D3;
 }
 .AnyTagClassName
 {
   color: #4290D3;
 }
</style>

background-color css

<style>
 a { background-color: #4290D3; }

 a { background-color: rgb(66,144,211); }

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

border-color css

<style>
 span { border-color: #4290D3; }

 span { border-color: rgb(66,144,211); }

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