Html Css Color HEX #75A2F2 Cornflower Blue

📋 copy color: '#75A2F2'

red 117 ◦ green 162 ◦ blue 242

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

Shades of Cornflower Blue #75A2F2

Tints of Cornflower Blue #75A2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 22.46%
G = 31.09%
B = 46.45%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75A2F2 (or 0x75A2F2) is known color: Cornflower Blue. HEX triplet: 75, A2 and F2. RGB value is (117,162,242). Sum of RGB (Red+Green+Blue) = 117+162+242=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #75A2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A2F2 is #8A5D0D. Grayscale: #9D9D9D. Windows color (decimal): -9067790 or 15901301. OLE color: 15901301.

HSL color Cylindrical-coordinate representation of color #75A2F2: hue angle of 218.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A2F2 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 162 242 -
CMYK 0.52 0.33 0 0.05
HSL 218.4º 0.83% 0.7% -
HSV(B) 218.4º 0.52% 0.95% -
XYZ 36.28 36.03 89.05 -
YUV 157.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 117 162 242 0.52 0.33 0 0.05 218.4 0.83 0.7
Hex 75 A2 F2 34 21 0 5 DA 53 46
Octal 165 242 362 64 41 0 5 332 123 106
Binary 1110101 10100010 11110010 110100 100001 0 101 11011010 1010011 1000110

Color Harmonies of #75A2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2F2

Black with #75A2F2

Text Example


Text Example

White with #75A2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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