Html Css Color HEX #75A3FE Cornflower Blue

📋 copy color: '#75A3FE'

red 117 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #75A3FE

Tints of Cornflower Blue #75A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 21.91%
G = 30.52%
B = 47.57%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75A3FE (or 0x75A3FE) is known color: Cornflower Blue. HEX triplet: 75, A3 and FE. RGB value is (117,163,254). Sum of RGB (Red+Green+Blue) = 117+163+254=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #75A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A3FE is #8A5C01. Grayscale: #9F9F9F. Windows color (decimal): -9067522 or 16687989. OLE color: 16687989.

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

Color convert

RGB 117 163 254 -
CMYK 0.54 0.36 0 0.00
HSL 219.85º 0.99% 0.73% -
HSV(B) 219.85º 0.54% 1% -
XYZ 38.32 37.13 98.91 -
YUV 159.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 117 163 254 0.54 0.36 0 0.00 219.85 0.99 0.73
Hex 75 A3 FE 36 24 0 0 DC 63 49
Octal 165 243 376 66 44 0 0 334 143 111
Binary 1110101 10100011 11111110 110110 100100 0 0 11011100 1100011 1001001

Color Harmonies of #75A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A3FE

Black with #75A3FE

Text Example


Text Example

White with #75A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,254); }

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

background-color css

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

 a { background-color: rgb(117,163,254); }

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

border-color css

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

 span { border-color: rgb(117,163,254); }

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