Html Css Color HEX #468BFD Cornflower Blue

📋 copy color: '#468BFD'

red 70 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #468BFD

Tints of Cornflower Blue #468BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 15.15%
G = 30.09%
B = 54.76%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#468BFD (or 0x468BFD) is known color: Cornflower Blue. HEX triplet: 46, 8B and FD. RGB value is (70,139,253). Sum of RGB (Red+Green+Blue) = 70+139+253=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #468BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BFD is #B97402. Grayscale: #828282. Windows color (decimal): -12153859 or 16616262. OLE color: 16616262.

HSL color Cylindrical-coordinate representation of color #468BFD: hue angle of 217.38º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468BFD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 139 253 -
CMYK 0.72 0.45 0 0.01
HSL 217.38º 0.98% 0.63% -
HSV(B) 217.38º 0.72% 0.99% -
XYZ 29.49 26.86 96.56 -
YUV 131.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 70 139 253 0.72 0.45 0 0.01 217.38 0.98 0.63
Hex 46 8B FD 48 2D 0 1 D9 62 3F
Octal 106 213 375 110 55 0 1 331 142 77
Binary 1000110 10001011 11111101 1001000 101101 0 1 11011001 1100010 111111

Color Harmonies of #468BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BFD

Black with #468BFD

Text Example


Text Example

White with #468BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,253); }

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

background-color css

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

 a { background-color: rgb(70,139,253); }

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

border-color css

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

 span { border-color: rgb(70,139,253); }

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