Html Css Color HEX #4288C1 Curious Blue

📋 copy color: '#4288C1'

red 66 ◦ green 136 ◦ blue 193

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

Shades of Curious Blue #4288C1

Tints of Curious Blue #4288C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 16.71%
G = 34.43%
B = 48.86%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4288C1 (or 0x4288C1) is known color: Curious Blue. HEX triplet: 42, 88 and C1. RGB value is (66,136,193). Sum of RGB (Red+Green+Blue) = 66+136+193=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #4288C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288C1 is #BD773E. Grayscale: #797979. Windows color (decimal): -12416831 or 12683330. OLE color: 12683330.

HSL color Cylindrical-coordinate representation of color #4288C1: hue angle of 206.93º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4288C1 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 136 193 -
CMYK 0.66 0.30 0 0.24
HSL 206.93º 0.51% 0.51% -
HSV(B) 206.93º 0.66% 0.76% -
XYZ 20.68 22.62 53.73 -
YUV 121.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 66 136 193 0.66 0.30 0 0.24 206.93 0.51 0.51
Hex 42 88 C1 42 1E 0 18 CF 33 33
Octal 102 210 301 102 36 0 30 317 63 63
Binary 1000010 10001000 11000001 1000010 11110 0 11000 11001111 110011 110011

Color Harmonies of #4288C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288C1

Black with #4288C1

Text Example


Text Example

White with #4288C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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