Html Css Color HEX #759BEA Cornflower Blue

📋 copy color: '#759BEA'

red 117 ◦ green 155 ◦ blue 234

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

Shades of Cornflower Blue #759BEA

Tints of Cornflower Blue #759BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 23.12%
G = 30.63%
B = 46.25%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#759BEA (or 0x759BEA) is known color: Cornflower Blue. HEX triplet: 75, 9B and EA. RGB value is (117,155,234). Sum of RGB (Red+Green+Blue) = 117+155+234=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #759BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BEA is #8A6415. Grayscale: #989898. Windows color (decimal): -9069590 or 15375221. OLE color: 15375221.

HSL color Cylindrical-coordinate representation of color #759BEA: hue angle of 220.51º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759BEA is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 155 234 -
CMYK 0.5 0.34 0 0.08
HSL 220.51º 0.74% 0.69% -
HSV(B) 220.51º 0.5% 0.92% -
XYZ 33.91 33.17 82.46 -
YUV 152.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 117 155 234 0.5 0.34 0 0.08 220.51 0.74 0.69
Hex 75 9B EA 32 22 0 8 DD 4A 45
Octal 165 233 352 62 42 0 10 335 112 105
Binary 1110101 10011011 11101010 110010 100010 0 1000 11011101 1001010 1000101

Color Harmonies of #759BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BEA

Black with #759BEA

Text Example


Text Example

White with #759BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759BEA; }

 p { color: rgb(117,155,234); }

 H1.HeaderClassName
 {
   color: #759BEA;
 }
 .AnyTagClassName
 {
   color: #759BEA;
 }
</style>

background-color css

<style>
 a { background-color: #759BEA; }

 a { background-color: rgb(117,155,234); }

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

border-color css

<style>
 span { border-color: #759BEA; }

 span { border-color: rgb(117,155,234); }

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