Html Css Color HEX #2C9CFA Dodger Blue

📋 copy color: '#2C9CFA'

red 44 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #2C9CFA

Tints of Dodger Blue #2C9CFA

RGB

 RED value IS 44 (17.58% from 255) = 9.78%

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

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

R = 9.78%
G = 34.67%
B = 55.56%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C9CFA (or 0x2C9CFA) is known color: Dodger Blue. HEX triplet: 2C, 9C and FA. RGB value is (44,156,250). Sum of RGB (Red+Green+Blue) = 44+156+250=450 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C9CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C9CFA is #D36305. Grayscale: #848484. Windows color (decimal): -13853446 or 16423980. OLE color: 16423980.

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

Color convert

RGB 44 156 250 -
CMYK 0.82 0.38 0 0.02
HSL 207.38º 0.95% 0.58% -
HSV(B) 207.38º 0.82% 0.98% -
XYZ 30.18 31.21 94.88 -
YUV 133.23 193.89 64.36 -
System Red Green Blue C M Y K H S L
Decimal 44 156 250 0.82 0.38 0 0.02 207.38 0.95 0.58
Hex 2C 9C FA 52 26 0 2 CF 5F 3A
Octal 54 234 372 122 46 0 2 317 137 72
Binary 101100 10011100 11111010 1010010 100110 0 10 11001111 1011111 111010

Color Harmonies of #2C9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9CFA

Black with #2C9CFA

Text Example


Text Example

White with #2C9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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