Html Css Color HEX #456CFD Royal Blue

📋 copy color: '#456CFD'

red 69 ◦ green 108 ◦ blue 253

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

Shades of Royal Blue #456CFD

Tints of Royal Blue #456CFD

RGB

 RED value IS 69 (27.34% from 255) = 16.05%

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 16.05%
G = 25.12%
B = 58.84%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#456CFD (or 0x456CFD) is known color: Royal Blue. HEX triplet: 45, 6C and FD. RGB value is (69,108,253). Sum of RGB (Red+Green+Blue) = 69+108+253=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #456CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CFD is #BA9302. Grayscale: #707070. Windows color (decimal): -12227331 or 16608325. OLE color: 16608325.

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

Color convert

RGB 69 108 253 -
CMYK 0.73 0.57 0 0.01
HSL 227.28º 0.98% 0.63% -
HSV(B) 227.28º 0.73% 0.99% -
XYZ 25.55 19.08 95.27 -
YUV 112.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 69 108 253 0.73 0.57 0 0.01 227.28 0.98 0.63
Hex 45 6C FD 49 39 0 1 E3 62 3F
Octal 105 154 375 111 71 0 1 343 142 77
Binary 1000101 1101100 11111101 1001001 111001 0 1 11100011 1100010 111111

Color Harmonies of #456CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CFD

Black with #456CFD

Text Example


Text Example

White with #456CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456CFD; }

 p { color: rgb(69,108,253); }

 H1.HeaderClassName
 {
   color: #456CFD;
 }
 .AnyTagClassName
 {
   color: #456CFD;
 }
</style>

background-color css

<style>
 a { background-color: #456CFD; }

 a { background-color: rgb(69,108,253); }

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

border-color css

<style>
 span { border-color: #456CFD; }

 span { border-color: rgb(69,108,253); }

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