Html Css Color HEX #238FF6 Dodger Blue

📋 copy color: '#238FF6'

red 35 ◦ green 143 ◦ blue 246

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

Shades of Dodger Blue #238FF6

Tints of Dodger Blue #238FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.02%

R = 8.25%
G = 33.73%
B = 58.02%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#238FF6 (or 0x238FF6) is known color: Dodger Blue. HEX triplet: 23, 8F and F6. RGB value is (35,143,246). Sum of RGB (Red+Green+Blue) = 35+143+246=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #238FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FF6 is #DC7009. Grayscale: #797979. Windows color (decimal): -14446602 or 16158499. OLE color: 16158499.

HSL color Cylindrical-coordinate representation of color #238FF6: hue angle of 209.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238FF6 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 143 246 -
CMYK 0.86 0.42 0 0.04
HSL 209.29º 0.92% 0.55% -
HSV(B) 209.29º 0.86% 0.96% -
XYZ 27.15 26.66 90.9 -
YUV 122.45 197.72 65.62 -
System Red Green Blue C M Y K H S L
Decimal 35 143 246 0.86 0.42 0 0.04 209.29 0.92 0.55
Hex 23 8F F6 56 2A 0 4 D1 5C 37
Octal 43 217 366 126 52 0 4 321 134 67
Binary 100011 10001111 11110110 1010110 101010 0 100 11010001 1011100 110111

Color Harmonies of #238FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FF6

Black with #238FF6

Text Example


Text Example

White with #238FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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