Html Css Color HEX #4287CC Curious Blue

📋 copy color: '#4287CC'

red 66 ◦ green 135 ◦ blue 204

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

Shades of Curious Blue #4287CC

Tints of Curious Blue #4287CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 16.3%
G = 33.33%
B = 50.37%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4287CC (or 0x4287CC) is known color: Curious Blue. HEX triplet: 42, 87 and CC. RGB value is (66,135,204). Sum of RGB (Red+Green+Blue) = 66+135+204=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4287CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4287CC is #BD7833. Grayscale: #797979. Windows color (decimal): -12417076 or 13403970. OLE color: 13403970.

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

Color convert

RGB 66 135 204 -
CMYK 0.68 0.34 0 0.2
HSL 210º 0.58% 0.53% -
HSV(B) 210º 0.68% 0.8% -
XYZ 21.81 22.85 60.39 -
YUV 122.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 66 135 204 0.68 0.34 0 0.2 210 0.58 0.53
Hex 42 87 CC 44 22 0 14 D2 3A 35
Octal 102 207 314 104 42 0 24 322 72 65
Binary 1000010 10000111 11001100 1000100 100010 0 10100 11010010 111010 110101

Color Harmonies of #4287CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4287CC

Black with #4287CC

Text Example


Text Example

White with #4287CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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