Html Css Color HEX #248AEE Dodger Blue

📋 copy color: '#248AEE'

red 36 ◦ green 138 ◦ blue 238

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

Shades of Dodger Blue #248AEE

Tints of Dodger Blue #248AEE

RGB

 RED value IS 36 (14.45% from 255) = 8.74%

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 8.74%
G = 33.5%
B = 57.77%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#248AEE (or 0x248AEE) is known color: Dodger Blue. HEX triplet: 24, 8A and EE. RGB value is (36,138,238). Sum of RGB (Red+Green+Blue) = 36+138+238=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #248AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AEE is #DB7511. Grayscale: #767676. Windows color (decimal): -14382354 or 15632932. OLE color: 15632932.

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

Color convert

RGB 36 138 238 -
CMYK 0.85 0.42 0 0.07
HSL 209.7º 0.86% 0.54% -
HSV(B) 209.7º 0.85% 0.93% -
XYZ 25.25 24.73 84.33 -
YUV 118.9 195.21 68.87 -
System Red Green Blue C M Y K H S L
Decimal 36 138 238 0.85 0.42 0 0.07 209.7 0.86 0.54
Hex 24 8A EE 55 2A 0 7 D2 56 36
Octal 44 212 356 125 52 0 7 322 126 66
Binary 100100 10001010 11101110 1010101 101010 0 111 11010010 1010110 110110

Color Harmonies of #248AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AEE

Black with #248AEE

Text Example


Text Example

White with #248AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248AEE; }

 p { color: rgb(36,138,238); }

 H1.HeaderClassName
 {
   color: #248AEE;
 }
 .AnyTagClassName
 {
   color: #248AEE;
 }
</style>

background-color css

<style>
 a { background-color: #248AEE; }

 a { background-color: rgb(36,138,238); }

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

border-color css

<style>
 span { border-color: #248AEE; }

 span { border-color: rgb(36,138,238); }

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