Html Css Color HEX #238AFF Dodger Blue

📋 copy color: '#238AFF'

red 35 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #238AFF

Tints of Dodger Blue #238AFF

RGB

 RED value IS 35 (14.06% from 255) = 8.18%

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 8.18%
G = 32.24%
B = 59.58%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#238AFF (or 0x238AFF) is known color: Dodger Blue. HEX triplet: 23, 8A and FF. RGB value is (35,138,255). Sum of RGB (Red+Green+Blue) = 35+138+255=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #238AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AFF is #DC7500. Grayscale: #777777. Windows color (decimal): -14447873 or 16747043. OLE color: 16747043.

HSL color Cylindrical-coordinate representation of color #238AFF: hue angle of 211.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238AFF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 35 138 255 -
CMYK 0.86 0.46 0 0
HSL 211.91º 1% 0.57% -
HSV(B) 211.91º 0.86% 1% -
XYZ 27.83 25.75 98.11 -
YUV 120.54 203.88 66.99 -
System Red Green Blue C M Y K H S L
Decimal 35 138 255 0.86 0.46 0 0 211.91 1 0.57
Hex 23 8A FF 56 2E 0 0 D4 64 39
Octal 43 212 377 126 56 0 0 324 144 71
Binary 100011 10001010 11111111 1010110 101110 0 0 11010100 1100100 111001

Color Harmonies of #238AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AFF

Black with #238AFF

Text Example


Text Example

White with #238AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238AFF; }

 p { color: rgb(35,138,255); }

 H1.HeaderClassName
 {
   color: #238AFF;
 }
 .AnyTagClassName
 {
   color: #238AFF;
 }
</style>

background-color css

<style>
 a { background-color: #238AFF; }

 a { background-color: rgb(35,138,255); }

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

border-color css

<style>
 span { border-color: #238AFF; }

 span { border-color: rgb(35,138,255); }

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