Html Css Color HEX #26A5FD Dodger Blue

📋 copy color: '#26A5FD'

red 38 ◦ green 165 ◦ blue 253

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

Shades of Dodger Blue #26A5FD

Tints of Dodger Blue #26A5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 8.33%
G = 36.18%
B = 55.48%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#26A5FD (or 0x26A5FD) is known color: Dodger Blue. HEX triplet: 26, A5 and FD. RGB value is (38,165,253). Sum of RGB (Red+Green+Blue) = 38+165+253=456 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.33% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #26A5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A5FD is #D95A02. Grayscale: #888888. Windows color (decimal): -14244355 or 16622886. OLE color: 16622886.

HSL color Cylindrical-coordinate representation of color #26A5FD: hue angle of 204.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26A5FD is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 165 253 -
CMYK 0.85 0.35 0 0.01
HSL 204.56º 0.98% 0.57% -
HSV(B) 204.56º 0.85% 0.99% -
XYZ 31.98 34.41 97.89 -
YUV 137.06 193.42 57.34 -
System Red Green Blue C M Y K H S L
Decimal 38 165 253 0.85 0.35 0 0.01 204.56 0.98 0.57
Hex 26 A5 FD 55 23 0 1 CD 62 39
Octal 46 245 375 125 43 0 1 315 142 71
Binary 100110 10100101 11111101 1010101 100011 0 1 11001101 1100010 111001

Color Harmonies of #26A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A5FD

Black with #26A5FD

Text Example


Text Example

White with #26A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A5FD; }

 p { color: rgb(38,165,253); }

 H1.HeaderClassName
 {
   color: #26A5FD;
 }
 .AnyTagClassName
 {
   color: #26A5FD;
 }
</style>

background-color css

<style>
 a { background-color: #26A5FD; }

 a { background-color: rgb(38,165,253); }

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

border-color css

<style>
 span { border-color: #26A5FD; }

 span { border-color: rgb(38,165,253); }

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