Html Css Color HEX #239BFA Dodger Blue

📋 copy color: '#239BFA'

red 35 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #239BFA

Tints of Dodger Blue #239BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

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

R = 7.95%
G = 35.23%
B = 56.82%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#239BFA (or 0x239BFA) is known color: Dodger Blue. HEX triplet: 23, 9B and FA. RGB value is (35,155,250). Sum of RGB (Red+Green+Blue) = 35+155+250=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #239BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BFA is #DC6405. Grayscale: #818181. Windows color (decimal): -14443526 or 16423715. OLE color: 16423715.

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

Color convert

RGB 35 155 250 -
CMYK 0.86 0.38 0 0.02
HSL 206.51º 0.96% 0.56% -
HSV(B) 206.51º 0.86% 0.98% -
XYZ 29.67 30.7 94.8 -
YUV 129.95 195.74 60.28 -
System Red Green Blue C M Y K H S L
Decimal 35 155 250 0.86 0.38 0 0.02 206.51 0.96 0.56
Hex 23 9B FA 56 26 0 2 CF 60 38
Octal 43 233 372 126 46 0 2 317 140 70
Binary 100011 10011011 11111010 1010110 100110 0 10 11001111 1100000 111000

Color Harmonies of #239BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BFA

Black with #239BFA

Text Example


Text Example

White with #239BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239BFA; }

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

 H1.HeaderClassName
 {
   color: #239BFA;
 }
 .AnyTagClassName
 {
   color: #239BFA;
 }
</style>

background-color css

<style>
 a { background-color: #239BFA; }

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

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

border-color css

<style>
 span { border-color: #239BFA; }

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

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