Html Css Color HEX #2675ED Royal Blue

📋 copy color: '#2675ED'

red 38 ◦ green 117 ◦ blue 237

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

Shades of Royal Blue #2675ED

Tints of Royal Blue #2675ED

RGB

 RED value IS 38 (15.23% from 255) = 9.69%

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

 BLUE value IS 237 (92.97% from 255) = 60.46%

R = 9.69%
G = 29.85%
B = 60.46%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2675ED (or 0x2675ED) is known color: Royal Blue. HEX triplet: 26, 75 and ED. RGB value is (38,117,237). Sum of RGB (Red+Green+Blue) = 38+117+237=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #2675ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675ED is #D98A12. Grayscale: #6A6A6A. Windows color (decimal): -14256659 or 15562022. OLE color: 15562022.

HSL color Cylindrical-coordinate representation of color #2675ED: hue angle of 216.18º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675ED is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 117 237 -
CMYK 0.84 0.51 0 0.07
HSL 216.18º 0.85% 0.54% -
HSV(B) 216.18º 0.84% 0.93% -
XYZ 22.45 19.25 82.65 -
YUV 107.06 201.33 78.74 -
System Red Green Blue C M Y K H S L
Decimal 38 117 237 0.84 0.51 0 0.07 216.18 0.85 0.54
Hex 26 75 ED 54 33 0 7 D8 55 36
Octal 46 165 355 124 63 0 7 330 125 66
Binary 100110 1110101 11101101 1010100 110011 0 111 11011000 1010101 110110

Color Harmonies of #2675ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2675ED

Black with #2675ED

Text Example


Text Example

White with #2675ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2675ED; }

 p { color: rgb(38,117,237); }

 H1.HeaderClassName
 {
   color: #2675ED;
 }
 .AnyTagClassName
 {
   color: #2675ED;
 }
</style>

background-color css

<style>
 a { background-color: #2675ED; }

 a { background-color: rgb(38,117,237); }

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

border-color css

<style>
 span { border-color: #2675ED; }

 span { border-color: rgb(38,117,237); }

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