Html Css Color HEX #4268DD Royal Blue

📋 copy color: '#4268DD'

red 66 ◦ green 104 ◦ blue 221

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

Shades of Royal Blue #4268DD

Tints of Royal Blue #4268DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 16.88%
G = 26.6%
B = 56.52%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4268DD (or 0x4268DD) is known color: Royal Blue. HEX triplet: 42, 68 and DD. RGB value is (66,104,221). Sum of RGB (Red+Green+Blue) = 66+104+221=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4268DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268DD is #BD9722. Grayscale: #696969. Windows color (decimal): -12424995 or 14510146. OLE color: 14510146.

HSL color Cylindrical-coordinate representation of color #4268DD: hue angle of 225.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4268DD is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 104 221 -
CMYK 0.70 0.53 0 0.13
HSL 225.29º 0.7% 0.56% -
HSV(B) 225.29º 0.7% 0.87% -
XYZ 20.25 16.28 70.48 -
YUV 105.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 66 104 221 0.70 0.53 0 0.13 225.29 0.7 0.56
Hex 42 68 DD 46 35 0 D E1 46 38
Octal 102 150 335 106 65 0 15 341 106 70
Binary 1000010 1101000 11011101 1000110 110101 0 1101 11100001 1000110 111000

Color Harmonies of #4268DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268DD

Black with #4268DD

Text Example


Text Example

White with #4268DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4268DD; }

 p { color: rgb(66,104,221); }

 H1.HeaderClassName
 {
   color: #4268DD;
 }
 .AnyTagClassName
 {
   color: #4268DD;
 }
</style>

background-color css

<style>
 a { background-color: #4268DD; }

 a { background-color: rgb(66,104,221); }

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

border-color css

<style>
 span { border-color: #4268DD; }

 span { border-color: rgb(66,104,221); }

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