Html Css Color HEX #1754FF Royal Blue

📋 copy color: '#1754FF'

red 23 ◦ green 84 ◦ blue 255

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

Shades of Royal Blue #1754FF

Tints of Royal Blue #1754FF

RGB

 RED value IS 23 (9.38% from 255) = 6.35%

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 6.35%
G = 23.2%
B = 70.44%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1754FF (or 0x1754FF) is known color: Royal Blue. HEX triplet: 17, 54 and FF. RGB value is (23,84,255). Sum of RGB (Red+Green+Blue) = 23+84+255=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1754FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1754FF is #E8AB00. Grayscale: #545454. Windows color (decimal): -15248129 or 16733207. OLE color: 16733207.

HSL color Cylindrical-coordinate representation of color #1754FF: hue angle of 224.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1754FF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 23 84 255 -
CMYK 0.91 0.67 0 0
HSL 224.22º 1% 0.55% -
HSV(B) 224.22º 0.91% 1% -
XYZ 21.57 13.74 96.12 -
YUV 85.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 23 84 255 0.91 0.67 0 0 224.22 1 0.55
Hex 17 54 FF 5B 43 0 0 E0 64 37
Octal 27 124 377 133 103 0 0 340 144 67
Binary 10111 1010100 11111111 1011011 1000011 0 0 11100000 1100100 110111

Color Harmonies of #1754FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1754FF

Black with #1754FF

Text Example


Text Example

White with #1754FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1754FF; }

 p { color: rgb(23,84,255); }

 H1.HeaderClassName
 {
   color: #1754FF;
 }
 .AnyTagClassName
 {
   color: #1754FF;
 }
</style>

background-color css

<style>
 a { background-color: #1754FF; }

 a { background-color: rgb(23,84,255); }

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

border-color css

<style>
 span { border-color: #1754FF; }

 span { border-color: rgb(23,84,255); }

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