Html Css Color HEX #0C93F6 Dodger Blue

📋 copy color: '#0C93F6'

red 12 ◦ green 147 ◦ blue 246

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

Shades of Dodger Blue #0C93F6

Tints of Dodger Blue #0C93F6

RGB

 RED value IS 12 (5.08% from 255) = 2.96%

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 2.96%
G = 36.3%
B = 60.74%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0C93F6 (or 0x0C93F6) is known color: Dodger Blue. HEX triplet: 0C, 93 and F6. RGB value is (12,147,246). Sum of RGB (Red+Green+Blue) = 12+147+246=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #0C93F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C93F6 is #F36C09. Grayscale: #757575. Windows color (decimal): -15952906 or 16159500. OLE color: 16159500.

HSL color Cylindrical-coordinate representation of color #0C93F6: hue angle of 205.38º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C93F6 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 147 246 -
CMYK 0.95 0.40 0 0.04
HSL 205.38º 0.93% 0.51% -
HSV(B) 205.38º 0.95% 0.96% -
XYZ 27.22 27.6 91.08 -
YUV 117.92 200.27 52.45 -
System Red Green Blue C M Y K H S L
Decimal 12 147 246 0.95 0.40 0 0.04 205.38 0.93 0.51
Hex C 93 F6 5F 28 0 4 CD 5D 33
Octal 14 223 366 137 50 0 4 315 135 63
Binary 1100 10010011 11110110 1011111 101000 0 100 11001101 1011101 110011

Color Harmonies of #0C93F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C93F6

Black with #0C93F6

Text Example


Text Example

White with #0C93F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C93F6; }

 p { color: rgb(12,147,246); }

 H1.HeaderClassName
 {
   color: #0C93F6;
 }
 .AnyTagClassName
 {
   color: #0C93F6;
 }
</style>

background-color css

<style>
 a { background-color: #0C93F6; }

 a { background-color: rgb(12,147,246); }

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

border-color css

<style>
 span { border-color: #0C93F6; }

 span { border-color: rgb(12,147,246); }

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