Html Css Color HEX #26AEFA Dodger Blue

📋 copy color: '#26AEFA'

red 38 ◦ green 174 ◦ blue 250

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

Shades of Dodger Blue #26AEFA

Tints of Dodger Blue #26AEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 8.23%
G = 37.66%
B = 54.11%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#26AEFA (or 0x26AEFA) is known color: Dodger Blue. HEX triplet: 26, AE and FA. RGB value is (38,174,250). Sum of RGB (Red+Green+Blue) = 38+174+250=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #26AEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AEFA is #D95105. Grayscale: #8D8D8D. Windows color (decimal): -14242054 or 16428582. OLE color: 16428582.

HSL color Cylindrical-coordinate representation of color #26AEFA: hue angle of 201.51º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26AEFA is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 174 250 -
CMYK 0.85 0.30 0 0.02
HSL 201.51º 0.95% 0.56% -
HSV(B) 201.51º 0.85% 0.98% -
XYZ 33.19 37.59 95.95 -
YUV 142 188.94 53.82 -
System Red Green Blue C M Y K H S L
Decimal 38 174 250 0.85 0.30 0 0.02 201.51 0.95 0.56
Hex 26 AE FA 55 1E 0 2 CA 5F 38
Octal 46 256 372 125 36 0 2 312 137 70
Binary 100110 10101110 11111010 1010101 11110 0 10 11001010 1011111 111000

Color Harmonies of #26AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AEFA

Black with #26AEFA

Text Example


Text Example

White with #26AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,174,250); }

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

background-color css

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

 a { background-color: rgb(38,174,250); }

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

border-color css

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

 span { border-color: rgb(38,174,250); }

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