Html Css Color HEX #2693FF Dodger Blue

📋 copy color: '#2693FF'

red 38 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #2693FF

Tints of Dodger Blue #2693FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 8.64%
G = 33.41%
B = 57.95%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2693FF (or 0x2693FF) is known color: Dodger Blue. HEX triplet: 26, 93 and FF. RGB value is (38,147,255). Sum of RGB (Red+Green+Blue) = 38+147+255=440 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.64% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2693FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2693FF is #D96C00. Grayscale: #7E7E7E. Windows color (decimal): -14248961 or 16749350. OLE color: 16749350.

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

Color convert

RGB 38 147 255 -
CMYK 0.85 0.42 0 0
HSL 209.86º 1% 0.57% -
HSV(B) 209.86º 0.85% 1% -
XYZ 29.28 28.5 98.57 -
YUV 126.72 200.39 64.72 -
System Red Green Blue C M Y K H S L
Decimal 38 147 255 0.85 0.42 0 0 209.86 1 0.57
Hex 26 93 FF 55 2A 0 0 D2 64 39
Octal 46 223 377 125 52 0 0 322 144 71
Binary 100110 10010011 11111111 1010101 101010 0 0 11010010 1100100 111001

Color Harmonies of #2693FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693FF

Black with #2693FF

Text Example


Text Example

White with #2693FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,147,255); }

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

background-color css

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

 a { background-color: rgb(38,147,255); }

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

border-color css

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

 span { border-color: rgb(38,147,255); }

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