Html Css Color HEX #4275DB Royal Blue

📋 copy color: '#4275DB'

red 66 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #4275DB

Tints of Royal Blue #4275DB

RGB

 RED value IS 66 (26.17% from 255) = 16.42%

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 16.42%
G = 29.1%
B = 54.48%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4275DB (or 0x4275DB) is known color: Royal Blue. HEX triplet: 42, 75 and DB. RGB value is (66,117,219). Sum of RGB (Red+Green+Blue) = 66+117+219=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #4275DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275DB is #BD8A24. Grayscale: #707070. Windows color (decimal): -12421669 or 14382402. OLE color: 14382402.

HSL color Cylindrical-coordinate representation of color #4275DB: hue angle of 220º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4275DB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 117 219 -
CMYK 0.70 0.47 0 0.14
HSL 220º 0.68% 0.56% -
HSV(B) 220º 0.7% 0.86% -
XYZ 21.39 19 69.56 -
YUV 113.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 66 117 219 0.70 0.47 0 0.14 220 0.68 0.56
Hex 42 75 DB 46 2F 0 E DC 44 38
Octal 102 165 333 106 57 0 16 334 104 70
Binary 1000010 1110101 11011011 1000110 101111 0 1110 11011100 1000100 111000

Color Harmonies of #4275DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4275DB

Black with #4275DB

Text Example


Text Example

White with #4275DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4275DB; }

 p { color: rgb(66,117,219); }

 H1.HeaderClassName
 {
   color: #4275DB;
 }
 .AnyTagClassName
 {
   color: #4275DB;
 }
</style>

background-color css

<style>
 a { background-color: #4275DB; }

 a { background-color: rgb(66,117,219); }

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

border-color css

<style>
 span { border-color: #4275DB; }

 span { border-color: rgb(66,117,219); }

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