Html Css Color HEX #307BFD Dodger Blue

📋 copy color: '#307BFD'

red 48 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #307BFD

Tints of Dodger Blue #307BFD

RGB

 RED value IS 48 (19.14% from 255) = 11.32%

 GREEN value IS 123 (48.44% from 255) = 29.01%

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 11.32%
G = 29.01%
B = 59.67%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#307BFD (or 0x307BFD) is known color: Dodger Blue. HEX triplet: 30, 7B and FD. RGB value is (48,123,253). Sum of RGB (Red+Green+Blue) = 48+123+253=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #307BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BFD is #CF8402. Grayscale: #727272. Windows color (decimal): -13599747 or 16612144. OLE color: 16612144.

HSL color Cylindrical-coordinate representation of color #307BFD: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307BFD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 123 253 -
CMYK 0.81 0.51 0 0.01
HSL 218.05º 0.98% 0.59% -
HSV(B) 218.05º 0.81% 0.99% -
XYZ 26.03 21.89 95.78 -
YUV 115.4 205.65 79.93 -
System Red Green Blue C M Y K H S L
Decimal 48 123 253 0.81 0.51 0 0.01 218.05 0.98 0.59
Hex 30 7B FD 51 33 0 1 DA 62 3B
Octal 60 173 375 121 63 0 1 332 142 73
Binary 110000 1111011 11111101 1010001 110011 0 1 11011010 1100010 111011

Color Harmonies of #307BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BFD

Black with #307BFD

Text Example


Text Example

White with #307BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BFD; }

 p { color: rgb(48,123,253); }

 H1.HeaderClassName
 {
   color: #307BFD;
 }
 .AnyTagClassName
 {
   color: #307BFD;
 }
</style>

background-color css

<style>
 a { background-color: #307BFD; }

 a { background-color: rgb(48,123,253); }

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

border-color css

<style>
 span { border-color: #307BFD; }

 span { border-color: rgb(48,123,253); }

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