Html Css Color HEX #238AF1 Dodger Blue

📋 copy color: '#238AF1'

red 35 ◦ green 138 ◦ blue 241

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

Shades of Dodger Blue #238AF1

Tints of Dodger Blue #238AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 8.45%
G = 33.33%
B = 58.21%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#238AF1 (or 0x238AF1) is known color: Dodger Blue. HEX triplet: 23, 8A and F1. RGB value is (35,138,241). Sum of RGB (Red+Green+Blue) = 35+138+241=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #238AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AF1 is #DC750E. Grayscale: #767676. Windows color (decimal): -14447887 or 15829539. OLE color: 15829539.

HSL color Cylindrical-coordinate representation of color #238AF1: hue angle of 210º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238AF1 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 138 241 -
CMYK 0.85 0.43 0 0.05
HSL 210º 0.88% 0.54% -
HSV(B) 210º 0.85% 0.95% -
XYZ 25.66 24.89 86.67 -
YUV 118.95 196.88 68.12 -
System Red Green Blue C M Y K H S L
Decimal 35 138 241 0.85 0.43 0 0.05 210 0.88 0.54
Hex 23 8A F1 55 2B 0 5 D2 58 36
Octal 43 212 361 125 53 0 5 322 130 66
Binary 100011 10001010 11110001 1010101 101011 0 101 11010010 1011000 110110

Color Harmonies of #238AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AF1

Black with #238AF1

Text Example


Text Example

White with #238AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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