Html Css Color HEX #238FFA Dodger Blue

📋 copy color: '#238FFA'

red 35 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #238FFA

Tints of Dodger Blue #238FFA

RGB

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

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

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

R = 8.18%
G = 33.41%
B = 58.41%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#238FFA (or 0x238FFA) is known color: Dodger Blue. HEX triplet: 23, 8F and FA. RGB value is (35,143,250). Sum of RGB (Red+Green+Blue) = 35+143+250=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #238FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FFA is #DC7005. Grayscale: #7A7A7A. Windows color (decimal): -14446598 or 16420643. OLE color: 16420643.

HSL color Cylindrical-coordinate representation of color #238FFA: hue angle of 209.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238FFA is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 143 250 -
CMYK 0.86 0.43 0 0.02
HSL 209.86º 0.96% 0.56% -
HSV(B) 209.86º 0.86% 0.98% -
XYZ 27.77 26.9 94.17 -
YUV 122.91 199.72 65.3 -
System Red Green Blue C M Y K H S L
Decimal 35 143 250 0.86 0.43 0 0.02 209.86 0.96 0.56
Hex 23 8F FA 56 2B 0 2 D2 60 38
Octal 43 217 372 126 53 0 2 322 140 70
Binary 100011 10001111 11111010 1010110 101011 0 10 11010010 1100000 111000

Color Harmonies of #238FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FFA

Black with #238FFA

Text Example


Text Example

White with #238FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,143,250); }

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

background-color css

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

 a { background-color: rgb(35,143,250); }

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

border-color css

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

 span { border-color: rgb(35,143,250); }

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