Html Css Color HEX #66A7F1 Cornflower Blue

📋 copy color: '#66A7F1'

red 102 ◦ green 167 ◦ blue 241

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

Shades of Cornflower Blue #66A7F1

Tints of Cornflower Blue #66A7F1

RGB

 RED value IS 102 (40.23% from 255) = 20%

 GREEN value IS 167 (65.63% from 255) = 32.75%

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

R = 20%
G = 32.75%
B = 47.25%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66A7F1 (or 0x66A7F1) is known color: Cornflower Blue. HEX triplet: 66, A7 and F1. RGB value is (102,167,241). Sum of RGB (Red+Green+Blue) = 102+167+241=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #66A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A7F1 is #99580E. Grayscale: #9B9B9B. Windows color (decimal): -10049551 or 15837030. OLE color: 15837030.

HSL color Cylindrical-coordinate representation of color #66A7F1: hue angle of 211.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A7F1 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 167 241 -
CMYK 0.58 0.31 0 0.05
HSL 211.94º 0.83% 0.67% -
HSV(B) 211.94º 0.58% 0.95% -
XYZ 35.18 36.81 88.47 -
YUV 156 175.97 89.48 -
System Red Green Blue C M Y K H S L
Decimal 102 167 241 0.58 0.31 0 0.05 211.94 0.83 0.67
Hex 66 A7 F1 3A 1F 0 5 D4 53 43
Octal 146 247 361 72 37 0 5 324 123 103
Binary 1100110 10100111 11110001 111010 11111 0 101 11010100 1010011 1000011

Color Harmonies of #66A7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A7F1

Black with #66A7F1

Text Example


Text Example

White with #66A7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A7F1; }

 p { color: rgb(102,167,241); }

 H1.HeaderClassName
 {
   color: #66A7F1;
 }
 .AnyTagClassName
 {
   color: #66A7F1;
 }
</style>

background-color css

<style>
 a { background-color: #66A7F1; }

 a { background-color: rgb(102,167,241); }

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

border-color css

<style>
 span { border-color: #66A7F1; }

 span { border-color: rgb(102,167,241); }

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