Html Css Color HEX #7D9BF0 Cornflower Blue

📋 copy color: '#7D9BF0'

red 125 ◦ green 155 ◦ blue 240

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

Shades of Cornflower Blue #7D9BF0

Tints of Cornflower Blue #7D9BF0

RGB

 RED value IS 125 (49.22% from 255) = 24.04%

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

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 24.04%
G = 29.81%
B = 46.15%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D9BF0 (or 0x7D9BF0) is known color: Cornflower Blue. HEX triplet: 7D, 9B and F0. RGB value is (125,155,240). Sum of RGB (Red+Green+Blue) = 125+155+240=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D9BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BF0 is #82640F. Grayscale: #9B9B9B. Windows color (decimal): -8545296 or 15768445. OLE color: 15768445.

HSL color Cylindrical-coordinate representation of color #7D9BF0: hue angle of 224.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D9BF0 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 155 240 -
CMYK 0.48 0.35 0 0.06
HSL 224.35º 0.79% 0.72% -
HSV(B) 224.35º 0.48% 0.94% -
XYZ 35.91 34.09 87.13 -
YUV 155.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 125 155 240 0.48 0.35 0 0.06 224.35 0.79 0.72
Hex 7D 9B F0 30 23 0 6 E0 4F 48
Octal 175 233 360 60 43 0 6 340 117 110
Binary 1111101 10011011 11110000 110000 100011 0 110 11100000 1001111 1001000

Color Harmonies of #7D9BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9BF0

Black with #7D9BF0

Text Example


Text Example

White with #7D9BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D9BF0; }

 p { color: rgb(125,155,240); }

 H1.HeaderClassName
 {
   color: #7D9BF0;
 }
 .AnyTagClassName
 {
   color: #7D9BF0;
 }
</style>

background-color css

<style>
 a { background-color: #7D9BF0; }

 a { background-color: rgb(125,155,240); }

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

border-color css

<style>
 span { border-color: #7D9BF0; }

 span { border-color: rgb(125,155,240); }

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