Html Css Color HEX #248FEA Dodger Blue

📋 copy color: '#248FEA'

red 36 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #248FEA

Tints of Dodger Blue #248FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 8.72%
G = 34.62%
B = 56.66%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#248FEA (or 0x248FEA) is known color: Dodger Blue. HEX triplet: 24, 8F and EA. RGB value is (36,143,234). Sum of RGB (Red+Green+Blue) = 36+143+234=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #248FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FEA is #DB7015. Grayscale: #787878. Windows color (decimal): -14381078 or 15372068. OLE color: 15372068.

HSL color Cylindrical-coordinate representation of color #248FEA: hue angle of 207.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248FEA is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 143 234 -
CMYK 0.85 0.39 0 0.08
HSL 207.58º 0.83% 0.53% -
HSV(B) 207.58º 0.85% 0.92% -
XYZ 25.4 25.96 81.51 -
YUV 121.38 191.55 67.1 -
System Red Green Blue C M Y K H S L
Decimal 36 143 234 0.85 0.39 0 0.08 207.58 0.83 0.53
Hex 24 8F EA 55 27 0 8 D0 52 35
Octal 44 217 352 125 47 0 10 320 122 65
Binary 100100 10001111 11101010 1010101 100111 0 1000 11010000 1010010 110101

Color Harmonies of #248FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FEA

Black with #248FEA

Text Example


Text Example

White with #248FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,143,234); }

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

background-color css

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

 a { background-color: rgb(36,143,234); }

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

border-color css

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

 span { border-color: rgb(36,143,234); }

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