Html Css Color HEX #23B0FA Dodger Blue

📋 copy color: '#23B0FA'

red 35 ◦ green 176 ◦ blue 250

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

Shades of Dodger Blue #23B0FA

Tints of Dodger Blue #23B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

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

R = 7.59%
G = 38.18%
B = 54.23%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23B0FA (or 0x23B0FA) is known color: Dodger Blue. HEX triplet: 23, B0 and FA. RGB value is (35,176,250). Sum of RGB (Red+Green+Blue) = 35+176+250=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #23B0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23B0FA is #DC4F05. Grayscale: #8D8D8D. Windows color (decimal): -14438150 or 16429091. OLE color: 16429091.

HSL color Cylindrical-coordinate representation of color #23B0FA: hue angle of 200.65º 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 #23B0FA is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 176 250 -
CMYK 0.86 0.30 0 0.02
HSL 200.65º 0.96% 0.56% -
HSV(B) 200.65º 0.86% 0.98% -
XYZ 33.47 38.31 96.07 -
YUV 142.28 188.79 51.48 -
System Red Green Blue C M Y K H S L
Decimal 35 176 250 0.86 0.30 0 0.02 200.65 0.96 0.56
Hex 23 B0 FA 56 1E 0 2 C9 60 38
Octal 43 260 372 126 36 0 2 311 140 70
Binary 100011 10110000 11111010 1010110 11110 0 10 11001001 1100000 111000

Color Harmonies of #23B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B0FA

Black with #23B0FA

Text Example


Text Example

White with #23B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23B0FA; }

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

 H1.HeaderClassName
 {
   color: #23B0FA;
 }
 .AnyTagClassName
 {
   color: #23B0FA;
 }
</style>

background-color css

<style>
 a { background-color: #23B0FA; }

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

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

border-color css

<style>
 span { border-color: #23B0FA; }

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

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