Html Css Color HEX #668AFB Cornflower Blue

📋 copy color: '#668AFB'

red 102 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #668AFB

Tints of Cornflower Blue #668AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 20.77%
G = 28.11%
B = 51.12%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#668AFB (or 0x668AFB) is known color: Cornflower Blue. HEX triplet: 66, 8A and FB. RGB value is (102,138,251). Sum of RGB (Red+Green+Blue) = 102+138+251=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #668AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AFB is #997504. Grayscale: #8B8B8B. Windows color (decimal): -10056965 or 16484966. OLE color: 16484966.

HSL color Cylindrical-coordinate representation of color #668AFB: hue angle of 225.5º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668AFB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 138 251 -
CMYK 0.59 0.45 0 0.02
HSL 225.5º 0.95% 0.69% -
HSV(B) 225.5º 0.59% 0.98% -
XYZ 31.98 27.97 94.98 -
YUV 140.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 102 138 251 0.59 0.45 0 0.02 225.5 0.95 0.69
Hex 66 8A FB 3B 2D 0 2 E2 5F 45
Octal 146 212 373 73 55 0 2 342 137 105
Binary 1100110 10001010 11111011 111011 101101 0 10 11100010 1011111 1000101

Color Harmonies of #668AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AFB

Black with #668AFB

Text Example


Text Example

White with #668AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668AFB; }

 p { color: rgb(102,138,251); }

 H1.HeaderClassName
 {
   color: #668AFB;
 }
 .AnyTagClassName
 {
   color: #668AFB;
 }
</style>

background-color css

<style>
 a { background-color: #668AFB; }

 a { background-color: rgb(102,138,251); }

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

border-color css

<style>
 span { border-color: #668AFB; }

 span { border-color: rgb(102,138,251); }

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