Html Css Color HEX #2D6CFC Royal Blue

📋 copy color: '#2D6CFC'

red 45 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #2D6CFC

Tints of Royal Blue #2D6CFC

RGB

 RED value IS 45 (17.97% from 255) = 11.11%

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

 BLUE value IS 252 (98.83% from 255) = 62.22%

R = 11.11%
G = 26.67%
B = 62.22%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2D6CFC (or 0x2D6CFC) is known color: Royal Blue. HEX triplet: 2D, 6C and FC. RGB value is (45,108,252). Sum of RGB (Red+Green+Blue) = 45+108+252=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6CFC is #D29303. Grayscale: #686868. Windows color (decimal): -13800196 or 16542765. OLE color: 16542765.

HSL color Cylindrical-coordinate representation of color #2D6CFC: hue angle of 221.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6CFC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 108 252 -
CMYK 0.82 0.57 0 0.01
HSL 221.74º 0.97% 0.58% -
HSV(B) 221.74º 0.82% 0.99% -
XYZ 24.02 18.31 94.36 -
YUV 105.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 45 108 252 0.82 0.57 0 0.01 221.74 0.97 0.58
Hex 2D 6C FC 52 39 0 1 DE 61 3A
Octal 55 154 374 122 71 0 1 336 141 72
Binary 101101 1101100 11111100 1010010 111001 0 1 11011110 1100001 111010

Color Harmonies of #2D6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6CFC

Black with #2D6CFC

Text Example


Text Example

White with #2D6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D6CFC; }

 p { color: rgb(45,108,252); }

 H1.HeaderClassName
 {
   color: #2D6CFC;
 }
 .AnyTagClassName
 {
   color: #2D6CFC;
 }
</style>

background-color css

<style>
 a { background-color: #2D6CFC; }

 a { background-color: rgb(45,108,252); }

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

border-color css

<style>
 span { border-color: #2D6CFC; }

 span { border-color: rgb(45,108,252); }

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