Html Css Color HEX #468AFF Cornflower Blue

📋 copy color: '#468AFF'

red 70 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #468AFF

Tints of Cornflower Blue #468AFF

RGB

 RED value IS 70 (27.73% from 255) = 15.12%

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 15.12%
G = 29.81%
B = 55.08%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#468AFF (or 0x468AFF) is known color: Cornflower Blue. HEX triplet: 46, 8A and FF. RGB value is (70,138,255). Sum of RGB (Red+Green+Blue) = 70+138+255=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #468AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AFF is #B97500. Grayscale: #828282. Windows color (decimal): -12154113 or 16747078. OLE color: 16747078.

HSL color Cylindrical-coordinate representation of color #468AFF: hue angle of 217.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468AFF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 138 255 -
CMYK 0.73 0.46 0 0
HSL 217.95º 1% 0.64% -
HSV(B) 217.95º 0.73% 1% -
XYZ 29.66 26.7 98.2 -
YUV 131.01 197.97 84.49 -
System Red Green Blue C M Y K H S L
Decimal 70 138 255 0.73 0.46 0 0 217.95 1 0.64
Hex 46 8A FF 49 2E 0 0 DA 64 40
Octal 106 212 377 111 56 0 0 332 144 100
Binary 1000110 10001010 11111111 1001001 101110 0 0 11011010 1100100 1000000

Color Harmonies of #468AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468AFF

Black with #468AFF

Text Example


Text Example

White with #468AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468AFF; }

 p { color: rgb(70,138,255); }

 H1.HeaderClassName
 {
   color: #468AFF;
 }
 .AnyTagClassName
 {
   color: #468AFF;
 }
</style>

background-color css

<style>
 a { background-color: #468AFF; }

 a { background-color: rgb(70,138,255); }

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

border-color css

<style>
 span { border-color: #468AFF; }

 span { border-color: rgb(70,138,255); }

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