Html Css Color HEX #75A8FF Cornflower Blue

📋 copy color: '#75A8FF'

red 117 ◦ green 168 ◦ blue 255

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

Shades of Cornflower Blue #75A8FF

Tints of Cornflower Blue #75A8FF

RGB

 RED value IS 117 (46.09% from 255) = 21.67%

 GREEN value IS 168 (66.02% from 255) = 31.11%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 21.67%
G = 31.11%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75A8FF (or 0x75A8FF) is known color: Cornflower Blue. HEX triplet: 75, A8 and FF. RGB value is (117,168,255). Sum of RGB (Red+Green+Blue) = 117+168+255=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #75A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A8FF is #8A5700. Grayscale: #A2A2A2. Windows color (decimal): -9066241 or 16754805. OLE color: 16754805.

HSL color Cylindrical-coordinate representation of color #75A8FF: hue angle of 217.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75A8FF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 168 255 -
CMYK 0.54 0.34 0 0
HSL 217.83º 1% 0.73% -
HSV(B) 217.83º 0.54% 1% -
XYZ 39.39 39.01 100.06 -
YUV 162.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 117 168 255 0.54 0.34 0 0 217.83 1 0.73
Hex 75 A8 FF 36 22 0 0 DA 64 49
Octal 165 250 377 66 42 0 0 332 144 111
Binary 1110101 10101000 11111111 110110 100010 0 0 11011010 1100100 1001001

Color Harmonies of #75A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8FF

Black with #75A8FF

Text Example


Text Example

White with #75A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A8FF; }

 p { color: rgb(117,168,255); }

 H1.HeaderClassName
 {
   color: #75A8FF;
 }
 .AnyTagClassName
 {
   color: #75A8FF;
 }
</style>

background-color css

<style>
 a { background-color: #75A8FF; }

 a { background-color: rgb(117,168,255); }

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

border-color css

<style>
 span { border-color: #75A8FF; }

 span { border-color: rgb(117,168,255); }

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