Html Css Color HEX #718AF1 Cornflower Blue

📋 copy color: '#718AF1'

red 113 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #718AF1

Tints of Cornflower Blue #718AF1

RGB

 RED value IS 113 (44.53% from 255) = 22.97%

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 22.97%
G = 28.05%
B = 48.98%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#718AF1 (or 0x718AF1) is known color: Cornflower Blue. HEX triplet: 71, 8A and F1. RGB value is (113,138,241). Sum of RGB (Red+Green+Blue) = 113+138+241=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #718AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AF1 is #8E750E. Grayscale: #8D8D8D. Windows color (decimal): -9336079 or 15829617. OLE color: 15829617.

HSL color Cylindrical-coordinate representation of color #718AF1: hue angle of 228.28º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718AF1 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 138 241 -
CMYK 0.53 0.43 0 0.05
HSL 228.28º 0.82% 0.69% -
HSV(B) 228.28º 0.53% 0.95% -
XYZ 31.78 28.04 86.96 -
YUV 142.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 113 138 241 0.53 0.43 0 0.05 228.28 0.82 0.69
Hex 71 8A F1 35 2B 0 5 E4 52 45
Octal 161 212 361 65 53 0 5 344 122 105
Binary 1110001 10001010 11110001 110101 101011 0 101 11100100 1010010 1000101

Color Harmonies of #718AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AF1

Black with #718AF1

Text Example


Text Example

White with #718AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718AF1; }

 p { color: rgb(113,138,241); }

 H1.HeaderClassName
 {
   color: #718AF1;
 }
 .AnyTagClassName
 {
   color: #718AF1;
 }
</style>

background-color css

<style>
 a { background-color: #718AF1; }

 a { background-color: rgb(113,138,241); }

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

border-color css

<style>
 span { border-color: #718AF1; }

 span { border-color: rgb(113,138,241); }

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