Html Css Color HEX #307BCF Curious Blue

📋 copy color: '#307BCF'

red 48 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #307BCF

Tints of Curious Blue #307BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 12.7%
G = 32.54%
B = 54.76%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307BCF (or 0x307BCF) is known color: Curious Blue. HEX triplet: 30, 7B and CF. RGB value is (48,123,207). Sum of RGB (Red+Green+Blue) = 48+123+207=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #307BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BCF is #CF8430. Grayscale: #6D6D6D. Windows color (decimal): -13599793 or 13597488. OLE color: 13597488.

HSL color Cylindrical-coordinate representation of color #307BCF: hue angle of 211.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307BCF is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 123 207 -
CMYK 0.77 0.41 0 0.19
HSL 211.7º 0.62% 0.5% -
HSV(B) 211.7º 0.77% 0.81% -
XYZ 19.56 19.3 61.73 -
YUV 110.15 182.65 83.67 -
System Red Green Blue C M Y K H S L
Decimal 48 123 207 0.77 0.41 0 0.19 211.7 0.62 0.5
Hex 30 7B CF 4D 29 0 13 D4 3E 32
Octal 60 173 317 115 51 0 23 324 76 62
Binary 110000 1111011 11001111 1001101 101001 0 10011 11010100 111110 110010

Color Harmonies of #307BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BCF

Black with #307BCF

Text Example


Text Example

White with #307BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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