Html Css Color HEX #75A4FF Cornflower Blue

📋 copy color: '#75A4FF'

red 117 ◦ green 164 ◦ blue 255

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

Shades of Cornflower Blue #75A4FF

Tints of Cornflower Blue #75A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

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

R = 21.83%
G = 30.6%
B = 47.57%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75A4FF (or 0x75A4FF) is known color: Cornflower Blue. HEX triplet: 75, A4 and FF. RGB value is (117,164,255). Sum of RGB (Red+Green+Blue) = 117+164+255=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #75A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A4FF is #8A5B00. Grayscale: #9F9F9F. Windows color (decimal): -9067265 or 16753781. OLE color: 16753781.

HSL color Cylindrical-coordinate representation of color #75A4FF: hue angle of 219.57º 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 #75A4FF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 164 255 -
CMYK 0.54 0.36 0 0
HSL 219.57º 1% 0.73% -
HSV(B) 219.57º 0.54% 1% -
XYZ 38.66 37.55 99.82 -
YUV 160.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 117 164 255 0.54 0.36 0 0 219.57 1 0.73
Hex 75 A4 FF 36 24 0 0 DC 64 49
Octal 165 244 377 66 44 0 0 334 144 111
Binary 1110101 10100100 11111111 110110 100100 0 0 11011100 1100100 1001001

Color Harmonies of #75A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A4FF

Black with #75A4FF

Text Example


Text Example

White with #75A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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