Html Css Color HEX #7DA1FE Cornflower Blue

📋 copy color: '#7DA1FE'

red 125 ◦ green 161 ◦ blue 254

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

Shades of Cornflower Blue #7DA1FE

Tints of Cornflower Blue #7DA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 23.15%
G = 29.81%
B = 47.04%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DA1FE (or 0x7DA1FE) is known color: Cornflower Blue. HEX triplet: 7D, A1 and FE. RGB value is (125,161,254). Sum of RGB (Red+Green+Blue) = 125+161+254=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DA1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA1FE is #825E01. Grayscale: #A0A0A0. Windows color (decimal): -8543746 or 16687485. OLE color: 16687485.

HSL color Cylindrical-coordinate representation of color #7DA1FE: hue angle of 223.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA1FE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 161 254 -
CMYK 0.51 0.37 0 0.00
HSL 223.26º 0.98% 0.74% -
HSV(B) 223.26º 0.51% 1% -
XYZ 39.09 37.01 98.85 -
YUV 160.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 125 161 254 0.51 0.37 0 0.00 223.26 0.98 0.74
Hex 7D A1 FE 33 25 0 0 DF 62 4A
Octal 175 241 376 63 45 0 0 337 142 112
Binary 1111101 10100001 11111110 110011 100101 0 0 11011111 1100010 1001010

Color Harmonies of #7DA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA1FE

Black with #7DA1FE

Text Example


Text Example

White with #7DA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,254); }

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

background-color css

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

 a { background-color: rgb(125,161,254); }

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

border-color css

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

 span { border-color: rgb(125,161,254); }

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