Html Css Color HEX #2690DA Dodger Blue

📋 copy color: '#2690DA'

red 38 ◦ green 144 ◦ blue 218

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

Shades of Dodger Blue #2690DA

Tints of Dodger Blue #2690DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 9.5%
G = 36%
B = 54.5%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2690DA (or 0x2690DA) is known color: Dodger Blue. HEX triplet: 26, 90 and DA. RGB value is (38,144,218). Sum of RGB (Red+Green+Blue) = 38+144+218=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #2690DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2690DA is #D96F25. Grayscale: #787878. Windows color (decimal): -14249766 or 14323750. OLE color: 14323750.

HSL color Cylindrical-coordinate representation of color #2690DA: hue angle of 204.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2690DA is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 144 218 -
CMYK 0.83 0.34 0 0.15
HSL 204.67º 0.71% 0.5% -
HSV(B) 204.67º 0.83% 0.85% -
XYZ 23.43 25.42 70 -
YUV 120.74 182.88 68.98 -
System Red Green Blue C M Y K H S L
Decimal 38 144 218 0.83 0.34 0 0.15 204.67 0.71 0.5
Hex 26 90 DA 53 22 0 F CD 47 32
Octal 46 220 332 123 42 0 17 315 107 62
Binary 100110 10010000 11011010 1010011 100010 0 1111 11001101 1000111 110010

Color Harmonies of #2690DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2690DA

Black with #2690DA

Text Example


Text Example

White with #2690DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2690DA; }

 p { color: rgb(38,144,218); }

 H1.HeaderClassName
 {
   color: #2690DA;
 }
 .AnyTagClassName
 {
   color: #2690DA;
 }
</style>

background-color css

<style>
 a { background-color: #2690DA; }

 a { background-color: rgb(38,144,218); }

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

border-color css

<style>
 span { border-color: #2690DA; }

 span { border-color: rgb(38,144,218); }

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