Html Css Color HEX #7D9BFD Cornflower Blue

📋 copy color: '#7D9BFD'

red 125 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #7D9BFD

Tints of Cornflower Blue #7D9BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 23.45%
G = 29.08%
B = 47.47%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D9BFD (or 0x7D9BFD) is known color: Cornflower Blue. HEX triplet: 7D, 9B and FD. RGB value is (125,155,253). Sum of RGB (Red+Green+Blue) = 125+155+253=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D9BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BFD is #826402. Grayscale: #9C9C9C. Windows color (decimal): -8545283 or 16620413. OLE color: 16620413.

HSL color Cylindrical-coordinate representation of color #7D9BFD: hue angle of 225.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9BFD is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 155 253 -
CMYK 0.51 0.39 0 0.01
HSL 225.94º 0.97% 0.74% -
HSV(B) 225.94º 0.51% 0.99% -
XYZ 37.91 34.89 97.67 -
YUV 157.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 125 155 253 0.51 0.39 0 0.01 225.94 0.97 0.74
Hex 7D 9B FD 33 27 0 1 E2 61 4A
Octal 175 233 375 63 47 0 1 342 141 112
Binary 1111101 10011011 11111101 110011 100111 0 1 11100010 1100001 1001010

Color Harmonies of #7D9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9BFD

Black with #7D9BFD

Text Example


Text Example

White with #7D9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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