Html Css Color HEX #75A2FF Cornflower Blue

📋 copy color: '#75A2FF'

red 117 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #75A2FF

Tints of Cornflower Blue #75A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.34%

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

R = 21.91%
G = 30.34%
B = 47.75%

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

#75A2FF (or 0x75A2FF) is known color: Cornflower Blue. HEX triplet: 75, A2 and FF. RGB value is (117,162,255). Sum of RGB (Red+Green+Blue) = 117+162+255=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #75A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A2FF is #8A5D00. Grayscale: #9E9E9E. Windows color (decimal): -9067777 or 16753269. OLE color: 16753269.

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

Color convert

RGB 117 162 255 -
CMYK 0.54 0.36 0 0
HSL 220.43º 1% 0.73% -
HSV(B) 220.43º 0.54% 1% -
XYZ 38.31 36.84 99.7 -
YUV 159.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 117 162 255 0.54 0.36 0 0 220.43 1 0.73
Hex 75 A2 FF 36 24 0 0 DC 64 49
Octal 165 242 377 66 44 0 0 334 144 111
Binary 1110101 10100010 11111111 110110 100100 0 0 11011100 1100100 1001001

Color Harmonies of #75A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2FF

Black with #75A2FF

Text Example


Text Example

White with #75A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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