Html Css Color HEX #2B9CFA Dodger Blue

📋 copy color: '#2B9CFA'

red 43 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #2B9CFA

Tints of Dodger Blue #2B9CFA

RGB

 RED value IS 43 (17.19% from 255) = 9.58%

 GREEN value IS 156 (61.33% from 255) = 34.74%

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

R = 9.58%
G = 34.74%
B = 55.68%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B9CFA (or 0x2B9CFA) is known color: Dodger Blue. HEX triplet: 2B, 9C and FA. RGB value is (43,156,250). Sum of RGB (Red+Green+Blue) = 43+156+250=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B9CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9CFA is #D46305. Grayscale: #848484. Windows color (decimal): -13918982 or 16423979. OLE color: 16423979.

HSL color Cylindrical-coordinate representation of color #2B9CFA: hue angle of 207.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9CFA is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 156 250 -
CMYK 0.83 0.38 0 0.02
HSL 207.25º 0.95% 0.57% -
HSV(B) 207.25º 0.83% 0.98% -
XYZ 30.14 31.19 94.87 -
YUV 132.93 194.06 63.86 -
System Red Green Blue C M Y K H S L
Decimal 43 156 250 0.83 0.38 0 0.02 207.25 0.95 0.57
Hex 2B 9C FA 53 26 0 2 CF 5F 39
Octal 53 234 372 123 46 0 2 317 137 71
Binary 101011 10011100 11111010 1010011 100110 0 10 11001111 1011111 111001

Color Harmonies of #2B9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9CFA

Black with #2B9CFA

Text Example


Text Example

White with #2B9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B9CFA; }

 p { color: rgb(43,156,250); }

 H1.HeaderClassName
 {
   color: #2B9CFA;
 }
 .AnyTagClassName
 {
   color: #2B9CFA;
 }
</style>

background-color css

<style>
 a { background-color: #2B9CFA; }

 a { background-color: rgb(43,156,250); }

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

border-color css

<style>
 span { border-color: #2B9CFA; }

 span { border-color: rgb(43,156,250); }

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